Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28891
b: refs/heads/master
c: d6938d1
h: refs/heads/master
i:
  28889: a4ce7e8
  28887: fdaf316
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jun 23, 2006
1 parent 8fe83d6 commit 4eacdf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 726c334223180e3c0197cc980a432681370d4baf
refs/heads/master: d6938d1b2768fbf94d1091207d334ef7df786e5a
3 changes: 2 additions & 1 deletion trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@ xfs_fs_statfs(
struct dentry *dentry,
struct kstatfs *statp)
{
return -bhv_vfs_statvfs(vfs_from_sb(dentry->d_sb), statp, NULL);
return -bhv_vfs_statvfs(vfs_from_sb(dentry->d_sb), statp,
vn_from_inode(dentry->d_inode));
}

STATIC int
Expand Down

0 comments on commit 4eacdf3

Please sign in to comment.