Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38730
b: refs/heads/master
c: ccd6efd
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Steven Whitehouse committed Jul 3, 2006
1 parent 3c5135f commit f9457fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 02630a12c7f72fa294981c8d86e38038781c25b7
refs/heads/master: ccd6efd0cd1244d5d4404393576c37f269de4c5a
7 changes: 3 additions & 4 deletions trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,11 +812,10 @@ static int fill_super(struct super_block *sb, void *data, int silent)
return error;
}

static struct super_block *gfs2_get_sb(struct file_system_type *fs_type,
int flags, const char *dev_name,
void *data)
static int gfs2_get_sb(struct file_system_type *fs_type, int flags,
const char *dev_name, void *data, struct vfsmount *mnt)
{
return get_sb_bdev(fs_type, flags, dev_name, data, fill_super);
return get_sb_bdev(fs_type, flags, dev_name, data, fill_super, mnt);
}

static void gfs2_kill_sb(struct super_block *sb)
Expand Down

0 comments on commit f9457fa

Please sign in to comment.