X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fnfsd%2Fvfs.c;h=6d7be3f8035631cb207a5733c71dbfc2f800fa4c;hb=1d6a32acd70ab18499829c0a9a5dbe2bace72a13;hp=017d3cb5e99b4391027fe37b7c56c23966754e2d;hpb=cf20662db4dfade737015036fa9c63e888350c82;p=~andy%2Flinux diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 017d3cb5e99..6d7be3f8035 100644 --- a/fs/nfsd/vfs.c +++ b/fs/nfsd/vfs.c @@ -449,6 +449,7 @@ nfsd_setattr(struct svc_rqst *rqstp, struct svc_fh *fhp, struct iattr *iap, fh_lock(fhp); host_err = notify_change(dentry, iap, NULL); fh_unlock(fhp); + err = nfserrno(host_err); out_put_write_access: if (size_change)