Commit a9c055ad authored by Neil Brown's avatar Neil Brown Committed by Linus Torvalds

[PATCH] Fix nfsd extra dput()

An extra dput was introduced in nfsd_rename 20 months ago....

time to remove it.
parent 3cbc525a
...@@ -1368,7 +1368,6 @@ nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, ...@@ -1368,7 +1368,6 @@ nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen,
nfsd_sync_dir(tdentry); nfsd_sync_dir(tdentry);
nfsd_sync_dir(fdentry); nfsd_sync_dir(fdentry);
} }
dput(ndentry);
out_dput_new: out_dput_new:
dput(ndentry); dput(ndentry);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment