aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/block
diff options
context:
space:
mode:
authorFengguang Wu <fengguang.wu@intel.com>2012-08-09 15:23:07 +0200
committerJens Axboe <axboe@kernel.dk>2012-08-09 15:23:07 +0200
commit8430f9772f9ac305211f177b0fa56a312175da11 (patch)
tree02756ec7fd9c3f5545858dd7aa8c6da4b3e77866 /Documentation/block
parentblock: disable discard request merge temporarily (diff)
downloadlinux-dev-8430f9772f9ac305211f177b0fa56a312175da11.tar.xz
linux-dev-8430f9772f9ac305211f177b0fa56a312175da11.zip
block: remove plugging at buffered write time
Buffered write(2) is not directly tied to IO, so it's not suitable to handle plug in generic_file_aio_write(). Note that plugging for O_SYNC writes is also removed. The user may pass arbitrary @size arguments, which may be much larger than the preferable I/O size, or may cross extent/device boundaries. Let the lower layers handle the plugging. The plugging code here actually turns them into no-ops. CC: Li Shaohua <shli@fusionio.com> Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/block')
0 files changed, 0 insertions, 0 deletions