summaryrefslogtreecommitdiffstats
path: root/include/linux/mount.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2008-08-01 09:05:54 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2008-08-01 11:25:32 -0400
commit8d66bf5481002b0960aa49aed0987c73f5d7816c (patch)
tree7beac720e1df882a1cd4d6d09e6ac25ddd04b399 /include/linux/mount.h
parentd5686b444ff3f72808d2b3fbd58672a86cdf38e7 (diff)
downloadlinux-8d66bf5481002b0960aa49aed0987c73f5d7816c.tar.gz
linux-8d66bf5481002b0960aa49aed0987c73f5d7816c.tar.xz
[PATCH] pass struct path * to do_add_mount()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mount.h')
-rw-r--r--include/linux/mount.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mount.h b/include/linux/mount.h
index b5efaa2132ab..30a1d63b6fb5 100644
--- a/include/linux/mount.h
+++ b/include/linux/mount.h
@@ -105,7 +105,8 @@ extern struct vfsmount *vfs_kern_mount(struct file_system_type *type,
struct nameidata;
-extern int do_add_mount(struct vfsmount *newmnt, struct nameidata *nd,
+struct path;
+extern int do_add_mount(struct vfsmount *newmnt, struct path *path,
int mnt_flags, struct list_head *fslist);
extern void mark_mounts_for_expiry(struct list_head *mounts);