summaryrefslogtreecommitdiffstats
path: root/lib/build_OID_registry
diff options
context:
space:
mode:
authorJaegeuk Kim2013-12-26 08:30:41 +0100
committerJaegeuk Kim2013-12-26 12:32:48 +0100
commit58bfaf44df58082c72882b235cae611c975537d4 (patch)
treeab4a56b2e152ccedab7cdfca92c536a1eb1ddec9 /lib/build_OID_registry
parentf2fs: check filename length in recover_dentry (diff)
downloadkernel-qcow2-linux-58bfaf44df58082c72882b235cae611c975537d4.tar.gz
kernel-qcow2-linux-58bfaf44df58082c72882b235cae611c975537d4.tar.xz
kernel-qcow2-linux-58bfaf44df58082c72882b235cae611c975537d4.zip
f2fs: introduce F2FS_INODE macro to get f2fs_inode
This patch introduces F2FS_INODE that returns struct f2fs_inode * from the inode page. By using this macro, we can remove unnecessary casting codes like below. struct f2fs_inode *ri = &F2FS_NODE(inode_page)->i; -> struct f2fs_inode *ri = F2FS_INODE(inode_page); Reviewed-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'lib/build_OID_registry')
0 files changed, 0 insertions, 0 deletions