From: Kent Overstreet Date: Tue, 3 Dec 2013 02:30:25 +0000 (-0800) Subject: btrfs: remove bio splitting and merge_bvec_fn() calls X-Git-Tag: omap-for-v4.3/fixes-rc1~114^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e28997ec476bad4c7dbe0a08775290051325f53;p=pandora-kernel.git btrfs: remove bio splitting and merge_bvec_fn() calls Btrfs has been doing bio splitting from btrfs_map_bio(), by checking device limits as well as calling ->merge_bvec_fn() etc. That is not necessary any more, because generic_make_request() is now able to handle arbitrarily sized bios. So clean up unnecessary code paths. Cc: Chris Mason Cc: Josef Bacik Cc: linux-btrfs@vger.kernel.org Signed-off-by: Kent Overstreet Signed-off-by: Chris Mason [dpark: add more description in commit message] Signed-off-by: Dongsu Park Signed-off-by: Ming Lin Signed-off-by: Jens Axboe --- Reading git-diff-tree failed