diff options
author | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-10-13 20:00:16 -0700 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-11-03 16:07:33 -0800 |
commit | 3289c061c5aaf914c6eb7bdfadb58a7fdd611d30 (patch) | |
tree | bf8744f7b4309cc7adc5afc6516d152eafaf5378 /fs/f2fs/namei.c | |
parent | bce8d1120707c06088928b2ee52a58703d74ac29 (diff) | |
download | op-kernel-dev-3289c061c5aaf914c6eb7bdfadb58a7fdd611d30.zip op-kernel-dev-3289c061c5aaf914c6eb7bdfadb58a7fdd611d30.tar.gz |
f2fs: add stat info for inline_dentry inodes
This patch adds status information for inline_dentry inodes.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/namei.c')
-rw-r--r-- | fs/f2fs/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index c8290da..94ba291 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@ -297,6 +297,7 @@ static int f2fs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) goto out_fail; f2fs_unlock_op(sbi); + stat_inc_inline_dir(inode); alloc_nid_done(sbi, inode->i_ino); d_instantiate(dentry, inode); |