f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 2 Sep 2014 22:31:18 +0000 (15:31 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Sep 2014 00:37:13 +0000 (17:37 -0700)
commit4081363fbe84a7ebac6d3339dd2775df45d856d0
tree1484b33d753ff03255077b77c3d8f1c45c67e6af
parent70c8038dd698b44daf7c8fc7e2eca142bec694c4
f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB

This patch adds three inline functions to clean up dirty casting codes.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
14 files changed:
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/inline.c
fs/f2fs/inode.c
fs/f2fs/namei.c
fs/f2fs/node.c
fs/f2fs/node.h
fs/f2fs/recovery.c
fs/f2fs/segment.c
fs/f2fs/segment.h
fs/f2fs/xattr.c