commit | 924b720b589f91311657216c97edbb3337449270 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Wed Nov 20 14:46:39 2013 +0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Dec 23 10:18:02 2013 +0900 |
tree | 4ff02959ff2ebe1007dc8da0cb77c83d0c05cc72 | |
parent | ce3b7d80edad7bc5ff347b9ff02f1484265b1f05 [diff] |
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>