]> err.no Git - linux-2.6/blobdiff - include/linux/nfsd/nfsd.h
[PATCH] nfsd: check error status from nfsd_sync_dir
[linux-2.6] / include / linux / nfsd / nfsd.h
index 51c231a1e5a669457ef5a4aef34207ad74a78b37..ec7c2e872d728486e851dd14d79d053a41f09124 100644 (file)
@@ -124,7 +124,7 @@ int         nfsd_statfs(struct svc_rqst *, struct svc_fh *,
 
 int            nfsd_notify_change(struct inode *, struct iattr *);
 int            nfsd_permission(struct svc_export *, struct dentry *, int);
-void           nfsd_sync_dir(struct dentry *dp);
+int            nfsd_sync_dir(struct dentry *dp);
 
 #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL)
 #ifdef CONFIG_NFSD_V2_ACL