Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38731
b: refs/heads/master
c: 0c0834a
h: refs/heads/master
i:
  38729: 3c5135f
  38727: 0644999
v: v3
  • Loading branch information
Steven Whitehouse committed Jul 3, 2006
1 parent f9457fa commit 737a035
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: ccd6efd0cd1244d5d4404393576c37f269de4c5a
refs/heads/master: 0c0834a30cceeaf2748705d2b31f0d058693b716
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/ops_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ static void gfs2_unlockfs(struct super_block *sb)
* Returns: 0 on success or error code
*/

static int gfs2_statfs(struct super_block *sb, struct kstatfs *buf)
static int gfs2_statfs(struct dentry *dentry, struct kstatfs *buf)
{
struct super_block *sb = dentry->d_inode->i_sb;
struct gfs2_sbd *sdp = sb->s_fs_info;
struct gfs2_statfs_change sc;
int error;
Expand Down

0 comments on commit 737a035

Please sign in to comment.