f2fs: move ext_lock out of struct extent_info
authorChao Yu <chao2.yu@samsung.com>
Thu, 5 Feb 2015 09:46:29 +0000 (17:46 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 3 Mar 2015 17:58:45 +0000 (09:58 -0800)
commit0c872e2dedfc09f41a5604d1c5010f800c0bd8f1
tree2bc29f27414dc9048b1f1e6b3b88d9571ff9726d
parent3c0d84d6f1dde0a85f20957954fffb209edc55ac
f2fs: move ext_lock out of struct extent_info

Move ext_lock out of struct extent_info, then in the following patches we can
use variables with struct extent_info type as a parameter to pass pure data.

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