diff options
author | J. Bruce Fields <[email protected]> | 2007-07-17 04:04:44 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-07-17 10:23:07 -0700 |
commit | 87548c37c8bdbf98aea002c9c04e4dc8aa27fe1b (patch) | |
tree | 353ccf93af0b1d34967f141a10f1b0089a9e7813 /lib/genalloc.c | |
parent | df547efb03e3e8f9ea726e1d07fbbd6fd0706cd7 (diff) |
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" <[email protected]>
Signed-off-by: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/genalloc.c')
0 files changed, 0 insertions, 0 deletions