On Mon, Dec 22, 2014 at 6:48 AM, Dongsu Park
<dongsu.p...@profitbricks.com> wrote:
From: Kent Overstreet <k...@daterainc.com>
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.
Signed-off-by: Kent Overstreet <k...@daterainc.com>
[dpark: add more description in commit message]
Signed-off-by: Dongsu Park <dongsu.p...@profitbricks.com>
Cc: Chris Mason <c...@fb.com>
Cc: Josef Bacik <jba...@fb.com>
Cc: linux-bt...@vger.kernel.org
---
Looks good, I'll test it here too. Thanks!
Signed-off-by: Chris Mason <c...@fb.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/