]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: add a new function to support for merging contiguous read
authorChao Yu <chao2.yu@samsung.com>
Wed, 20 Nov 2013 06:46:39 +0000 (14:46 +0800)
committerJaegeuk Kim <jaegeuk.kim@samsung.com>
Mon, 23 Dec 2013 01:18:02 +0000 (10:18 +0900)
commit0c37ca084c98a230ab0c7b5c0bfff6eba23eeb53
tree4ff02959ff2ebe1007dc8da0cb77c83d0c05cc72
parent1b8b7766e30cd4a5c67875145cd7ca2da7398544
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 <chao2.yu@samsung.com>
Acked-by: Gu Zheng <guz.fnst@cn.fujitsu.com>
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/super.c