commit | d5e8f6c9800c382cc55d8df801775d51311f8f21 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Wed Jul 15 17:28:53 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Aug 05 08:08:05 2015 -0700 |
tree | af71a56200f98c73eb183858cac321794ff47be4 | |
parent | 1b77c416e7dfe317277057c32baa67ea9e486ae7 [diff] [blame] |
f2fs: stat inline xattr inode number This patch adds to stat the number of inline xattr inode for showing in debugfs. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 1856d5e..97e97c4 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c
@@ -67,6 +67,7 @@ f2fs_init_extent_tree(inode, NULL); + stat_inc_inline_xattr(inode); stat_inc_inline_inode(inode); stat_inc_inline_dir(inode);