projects
/
unionfs-3.15.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a73412f
)
Unionfs: update ->show_options prototype
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 10 Feb 2012 20:36:44 +0000
(15:36 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sat, 16 Aug 2014 02:31:30 +0000
(22:31 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/super.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/super.c
b/fs/unionfs/super.c
index c3ac814cc230ae9674d7159e753c9629086d7098..b99f14d1c748772824457d2c4c8eaf8e405b0355 100644
(file)
--- a/
fs/unionfs/super.c
+++ b/
fs/unionfs/super.c
@@
-965,9
+965,9
@@
static void unionfs_umount_begin(struct super_block *sb)
unionfs_read_unlock(sb);
}
-static int unionfs_show_options(struct seq_file *m, struct
vfsmount *mn
t)
+static int unionfs_show_options(struct seq_file *m, struct
dentry *roo
t)
{
- struct super_block *sb =
mnt->mnt
_sb;
+ struct super_block *sb =
root->d
_sb;
int ret = 0;
char *tmp_page;
char *path;