]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: limit b_size of mapped bh in f2fs_map_bh
authorChao Yu <chao2.yu@samsung.com>
Tue, 24 Mar 2015 05:08:05 +0000 (13:08 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 10 Apr 2015 22:08:55 +0000 (15:08 -0700)
commit15bfd236c7c89ca4ef65c45cc06b6f9d5cab42c1
tree3c79a6bbc301de662b17b82b22969a927dd8fd17
parenta58b590b95b243a4e98ef841f46cba08beaf0eb5
f2fs: limit b_size of mapped bh in f2fs_map_bh

Map bh over max size which caller defined is not needed, limit it in
f2fs_map_bh.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c