diff options
author | Fengguang Wu <fengguang.wu@intel.com> | 2012-08-09 15:23:07 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-08-09 15:23:07 +0200 |
commit | 8430f9772f9ac305211f177b0fa56a312175da11 (patch) | |
tree | 02756ec7fd9c3f5545858dd7aa8c6da4b3e77866 /fs/direct-io.c | |
parent | 276f0f5d157bb4a816053f4f3a941dbcd4f76556 (diff) | |
download | linux-8430f9772f9ac305211f177b0fa56a312175da11.tar.bz2 |
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 'fs/direct-io.c')
0 files changed, 0 insertions, 0 deletions