From 924b720b589f91311657216c97edbb3337449270 Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Wed, 20 Nov 2013 14:46:39 +0800 Subject: [PATCH] f2fs: add a new function to support for merging contiguous read For better read performance, we add a new function to support for merging contiguous read as the one for write. v1-->v2: o add declarations here as Gu Zheng suggested. o use new structure f2fs_bio_info introduced by Jaegeuk Kim. Signed-off-by: Chao Yu Acked-by: Gu Zheng --- Reading git-format-patch failed