]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - block/blk-core.c
block, drivers, fs: shrink bi_rw from long to int
authorMike Christie <mchristi@redhat.com>
Sun, 5 Jun 2016 19:32:21 +0000 (14:32 -0500)
committerJens Axboe <axboe@fb.com>
Tue, 7 Jun 2016 19:41:38 +0000 (13:41 -0600)
commit6296b9604fcebc2dd8d6ec396de80b2da84d9700
tree52f4fdb2d5024425b722a06ed55e12b82d8f752b
parent43b62ce3ff0ac1f13b732cb1bd130f522af1dba4
block, drivers, fs: shrink bi_rw from long to int

We don't need bi_rw to be so large on 64 bit archs, so
reduce it to unsigned int.

Signed-off-by: Mike Christie <mchristi@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c
drivers/md/dm-flakey.c
drivers/md/raid5.c
fs/btrfs/check-integrity.c
fs/btrfs/inode.c
include/linux/blk_types.h