diff options
author | 2023-02-14 10:19:30 -0500 | |
---|---|---|
committer | 2023-02-20 09:20:59 -0500 | |
commit | 4b471a8b847b82a3035709dcf87661915c340c8a (patch) | |
tree | 8323e343138be546ee4e0154f13d928a5b618e5f /scripts/generate_rust_analyzer.py | |
parent | NFSD: copy the whole verifier in nfsd_copy_write_verifier (diff) | |
download | linux-rng-4b471a8b847b82a3035709dcf87661915c340c8a.tar.xz linux-rng-4b471a8b847b82a3035709dcf87661915c340c8a.zip |
NFSD: Clean up nfsd_symlink()
The pointer dentry is assigned a value that is never read, the
assignment is redundant and can be removed.
Cleans up clang-scan warning:
fs/nfsd/nfsctl.c:1231:2: warning: Value stored to 'dentry' is
never read [deadcode.DeadStores]
dentry = ERR_PTR(ret);
No need to initialize "int ret = -ENOMEM;" either.
These are vestiges of nfsd_mkdir(), from whence I copied
nfsd_symlink().
Reported-by: Colin Ian King <colin.i.king@gmail.com>
Reported-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions