lockd: Update the NLMv4 nlm_res arguments decoder to use struct xdr_stream
[linux-block.git] / fs / internal.h
index 49bfb3750b22988718564310c2fa177be691e2d2..6aeae7ef33803daa83572198d0f4d2de022a6477 100644 (file)
@@ -74,7 +74,7 @@ extern int vfs_path_lookup(struct dentry *, struct vfsmount *,
                           const char *, unsigned int, struct path *);
 long do_rmdir(int dfd, struct filename *name);
 long do_unlinkat(int dfd, struct filename *name);
-int may_linkat(struct path *link);
+int may_linkat(struct user_namespace *mnt_userns, struct path *link);
 int do_renameat2(int olddfd, struct filename *oldname, int newdfd,
                 struct filename *newname, unsigned int flags);