NFSD: Remove iattr parameter from nfsd_symlink()
[deliverable/linux.git] / fs / nfsd / vfs.h
index 20e4b6679e4629958490b3c2f51b3d827af28898..c2ff3f14e5f6146fc4d0ea72f063d32e615921e4 100644 (file)
@@ -86,7 +86,7 @@ __be32                nfsd_readlink(struct svc_rqst *, struct svc_fh *,
                                char *, int *);
 __be32         nfsd_symlink(struct svc_rqst *, struct svc_fh *,
                                char *name, int len, char *path,
-                               struct svc_fh *res, struct iattr *);
+                               struct svc_fh *res);
 __be32         nfsd_link(struct svc_rqst *, struct svc_fh *,
                                char *, int, struct svc_fh *);
 __be32         nfsd_rename(struct svc_rqst *,
This page took 0.023574 seconds and 5 git commands to generate.