summaryrefslogtreecommitdiffstats
path: root/fs/lockd
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2023-02-14 10:19:30 -0500
committerChuck Lever <chuck.lever@oracle.com>2023-02-20 09:20:59 -0500
commit4b471a8b847b82a3035709dcf87661915c340c8a (patch)
tree8323e343138be546ee4e0154f13d928a5b618e5f /fs/lockd
parent90d2175572470ba7f55da8447c72ddd4942923c4 (diff)
downloadlinux-4b471a8b847b82a3035709dcf87661915c340c8a.tar.gz
linux-4b471a8b847b82a3035709dcf87661915c340c8a.tar.bz2
linux-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 'fs/lockd')
0 files changed, 0 insertions, 0 deletions