block: kill off REQ_UNPLUG
authorJens Axboe <jaxboe@fusionio.com>
Wed, 9 Mar 2011 10:56:30 +0000 (11:56 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 10 Mar 2011 07:52:27 +0000 (08:52 +0100)
commit721a9602e6607417c6bc15b18e97a2f35266c690
tree4987991e43f35b8b3b685fea0040c5265b578996
parentcf15900e1209d5b46ec2d24643adbf561830935f
block: kill off REQ_UNPLUG

With the plugging now being explicitly controlled by the
submitter, callers need not pass down unplugging hints
to the block layer. If they want to unplug, it's because they
manually plugged on their own - in which case, they should just
unplug at will.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
24 files changed:
block/blk-core.c
drivers/block/drbd/drbd_actlog.c
drivers/block/drbd/drbd_int.h
drivers/block/drbd/drbd_main.c
drivers/block/drbd/drbd_receiver.c
drivers/md/bitmap.c
drivers/md/dm-io.c
drivers/md/dm-kcopyd.c
drivers/md/md.c
fs/btrfs/extent_io.c
fs/buffer.c
fs/direct-io.c
fs/ext4/page-io.c
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/meta_io.c
fs/jbd/commit.c
fs/jbd2/commit.c
fs/nilfs2/segbuf.c
fs/xfs/linux-2.6/xfs_aops.c
include/linux/blk_types.h
include/linux/fs.h
kernel/power/block_io.c
mm/page_io.c