diff options
| author | 2008-08-01 09:05:54 -0400 | |
|---|---|---|
| committer | 2008-08-01 11:25:32 -0400 | |
| commit | 8d66bf5481002b0960aa49aed0987c73f5d7816c (patch) | |
| tree | 7beac720e1df882a1cd4d6d09e6ac25ddd04b399 /fs/nfs/namespace.c | |
| parent | [PATCH] switch mtd and dm-table to lookup_bdev() (diff) | |
| download | linux-dev-8d66bf5481002b0960aa49aed0987c73f5d7816c.tar.xz linux-dev-8d66bf5481002b0960aa49aed0987c73f5d7816c.zip | |
[PATCH] pass struct path * to do_add_mount()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nfs/namespace.c')
| -rw-r--r-- | fs/nfs/namespace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/namespace.c b/fs/nfs/namespace.c index 2f285ef76399..66df08dd1caf 100644 --- a/fs/nfs/namespace.c +++ b/fs/nfs/namespace.c @@ -129,7 +129,7 @@ static void * nfs_follow_mountpoint(struct dentry *dentry, struct nameidata *nd) goto out_err; mntget(mnt); - err = do_add_mount(mnt, nd, nd->path.mnt->mnt_flags|MNT_SHRINKABLE, + err = do_add_mount(mnt, &nd->path, nd->path.mnt->mnt_flags|MNT_SHRINKABLE, &nfs_automount_list); if (err < 0) { mntput(mnt); |
