diff options
Diffstat (limited to 'include/linux/nfsd/nfsd.h')
-rw-r--r-- | include/linux/nfsd/nfsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfsd/nfsd.h b/include/linux/nfsd/nfsd.h index 62499c2f0918..54ef1a18a56c 100644 --- a/include/linux/nfsd/nfsd.h +++ b/include/linux/nfsd/nfsd.h | |||
@@ -119,7 +119,8 @@ __be32 nfsd_statfs(struct svc_rqst *, struct svc_fh *, | |||
119 | struct kstatfs *); | 119 | struct kstatfs *); |
120 | 120 | ||
121 | int nfsd_notify_change(struct inode *, struct iattr *); | 121 | int nfsd_notify_change(struct inode *, struct iattr *); |
122 | __be32 nfsd_permission(struct svc_export *, struct dentry *, int); | 122 | __be32 nfsd_permission(struct svc_rqst *, struct svc_export *, |
123 | struct dentry *, int); | ||
123 | int nfsd_sync_dir(struct dentry *dp); | 124 | int nfsd_sync_dir(struct dentry *dp); |
124 | 125 | ||
125 | #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL) | 126 | #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL) |