diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-07-17 13:04:44 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 19:23:07 +0200 |
commit | 87548c37c8bdbf98aea002c9c04e4dc8aa27fe1b (patch) | |
tree | 353ccf93af0b1d34967f141a10f1b0089a9e7813 /include | |
parent | knfsd: nfsd4: simplify exp_pseudoroot arguments (diff) | |
download | linux-87548c37c8bdbf98aea002c9c04e4dc8aa27fe1b.tar.xz linux-87548c37c8bdbf98aea002c9c04e4dc8aa27fe1b.zip |
knfsd: nfsd: remove superfluous assignment from nfsd_lookup
The "err" variable will only be used in the final return, which always happens
after either the preceding
err = fh_compose(...);
or after the following
err = nfserrno(host_err);
So the earlier assignment to err is ignored.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions