aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorChuck Lever <[email protected]>2023-02-14 10:19:30 -0500
committerChuck Lever <[email protected]>2023-02-20 09:20:59 -0500
commit4b471a8b847b82a3035709dcf87661915c340c8a (patch)
tree8323e343138be546ee4e0154f13d928a5b618e5f /tools/testing/selftests/bpf/progs/test_autoload.c
parent90d2175572470ba7f55da8447c72ddd4942923c4 (diff)
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 <[email protected]> Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions