projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
138a012
)
[PATCH] s390_hypfs filesystem: get_sb_single() fix
author
Andrew Morton
<akpm@osdl.org>
Fri, 23 Jun 2006 11:01:35 +0000
(
04:01
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 23 Jun 2006 15:47:27 +0000
(08:47 -0700)
Update hypfs for dhowells API changes.
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Ingo Oeser <ioe-lkml@rameria.de>
Cc: Joern Engel <joern@wohnheim.fh-wedel.de>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/hypfs/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/hypfs/inode.c
b/arch/s390/hypfs/inode.c
index bab560a1357ad6c0127d73c9d770cacbd38aed08..18c091925ea5fe61f7e64b7aa0505a9c6e7a81d0 100644
(file)
--- a/
arch/s390/hypfs/inode.c
+++ b/
arch/s390/hypfs/inode.c
@@
-302,11
+302,10
@@
err_alloc:
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)