diff options
author | Kent Overstreet | 2013-11-23 22:30:22 -0800 |
---|---|---|
committer | Jens Axboe | 2015-08-13 12:31:37 -0600 |
commit | c66a14d07c136cc35d4dcb84bfc7bc188be24d4c (patch) | |
tree | 92ffa5e392126cab041c1624dc4a573f3b40e8b8 /fs/nls | |
parent | 54efd50bfd873e2dbf784e0b21a8027ba4299a3e (diff) |
block: simplify bio_add_page()
Since generic_make_request() can now handle arbitrary size bios, all we
have to do is make sure the bvec array doesn't overflow.
__bio_add_page() doesn't need to call ->merge_bvec_fn(), where
we can get rid of unnecessary code paths.
Removing the call to ->merge_bvec_fn() is also fine, as no driver that
implements support for BLOCK_PC commands even has a ->merge_bvec_fn()
method.
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
[dpark: rebase and resolve merge conflicts, change a couple of comments,
make bio_add_page() warn once upon a cloned bio.]
Signed-off-by: Dongsu Park <dpark@posteo.net>
Signed-off-by: Ming Lin <ming.l@ssi.samsung.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'fs/nls')
0 files changed, 0 insertions, 0 deletions