Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29204
b: refs/heads/master
c: a5cf4b9
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 23, 2006
1 parent 70deaae commit dff1733
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: 138a0128c01899ee8492858a50856b90d0d9d815
refs/heads/master: a5cf4b9a02cb9b8ac16eaafb0fcd7fd24215146e
7 changes: 3 additions & 4 deletions trunk/arch/s390/hypfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,10 @@ static int hypfs_fill_super(struct super_block *sb, void *data, int silent)
return rc;
}

static struct super_block *hypfs_get_super(struct file_system_type *fst,
int flags, const char *devname,
void *data)
static int hypfs_get_super(struct file_system_type *fst, int flags,
const char *devname, void *data, struct vfsmount *mnt)
{
return get_sb_single(fst, flags, data, hypfs_fill_super);
return get_sb_single(fst, flags, data, hypfs_fill_super, mnt);
}

static void hypfs_kill_super(struct super_block *sb)
Expand Down

0 comments on commit dff1733

Please sign in to comment.