]> Pileus Git - ~andy/linux/blobdiff - fs/nfsd/vfs.c
Merge branch 'for-2.6.39' of git://linux-nfs.org/~bfields/linux
[~andy/linux] / fs / nfsd / vfs.c
index 9cc626b70fb68c69c17822941535da62e5c42c34..2e1cebde90df4c69baa21635e959f9d81c9809f1 100644 (file)
@@ -87,7 +87,7 @@ nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp,
                            .dentry = dget(dentry)};
        int err = 0;
 
-       err = follow_down(&path, false);
+       err = follow_down(&path);
        if (err < 0)
                goto out;