On 11/12/2013 01:15 PM, Chao Yu wrote:
> For better read performance, we add a new function to support for merging
> contiguous read as the one for write.
Nice shot!
>
> Signed-off-by: Chao Yu
Acked-by: Gu Zheng
> ---
> fs/f2fs/data.c | 45 +
>
Hi Yu,
On 11/12/2013 01:18 PM, Chao Yu wrote:
> Previously we read sit entries page one by one, this method lost the chance
> of reading contiguous page together.
> So we read pages as contiguous as possible for better mount performance.
>
> Signed-off-by: Chao Yu
> ---
> fs/f2fs/f2fs.h|