commit | c0acf12a50c2b6cbaf72bdfe2b1b514c369a83c5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 19 11:28:43 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Wed Jul 20 17:37:04 2016 -0600 |
tree | 1ff860936eceb0fd4a81de799bda51f7617a75fa | |
parent | ed996a52c868b62c4e5bf529cb4ccb44bcfa2f8e [diff] |
block: shrink bio size again The recent ops split grew the bio by adding the new ioprio field. Shrink it again by using a 16-bit field for the bi_flags value and filling the holes near the beginning of the structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Jens Axboe <axboe@fb.com>