Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348147
b: refs/heads/master
c: 1362b5e
h: refs/heads/master
i:
  348145: 6f273c6
  348143: 27fcdb5
v: v3
  • Loading branch information
Jaegeuk Kim committed Dec 26, 2012
1 parent f04ace9 commit 51f7bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dfb7c0ceab57fee7618f4c9c31c5a89254e8530a
refs/heads/master: 1362b5e347e27102ea0fa99c9932bca1ecde330f
4 changes: 2 additions & 2 deletions trunk/fs/f2fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ static int f2fs_statfs(struct dentry *dentry, struct kstatfs *buf)
buf->f_bfree = buf->f_blocks - valid_user_blocks(sbi) - ovp_count;
buf->f_bavail = user_block_count - valid_user_blocks(sbi);

buf->f_files = valid_inode_count(sbi);
buf->f_ffree = sbi->total_node_count - valid_node_count(sbi);
buf->f_files = sbi->total_node_count;
buf->f_ffree = sbi->total_node_count - valid_inode_count(sbi);

buf->f_namelen = F2FS_MAX_NAME_LEN;
buf->f_fsid.val[0] = (u32)id;
Expand Down

0 comments on commit 51f7bfa

Please sign in to comment.