diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2021-05-12 11:20:04 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2021-05-20 18:17:08 +0200 |
commit | d1d973950aceecd646ea3bee66764414bfeac072 (patch) | |
tree | 53e0d5b259e6c3cedb11e9321141e0744605ec5c /fs/f2fs | |
parent | NFS: fix an incorrect limit in filelayout_decode_layout() (diff) | |
download | linux-d1d973950aceecd646ea3bee66764414bfeac072.tar.xz linux-d1d973950aceecd646ea3bee66764414bfeac072.zip |
pNFS/NFSv4: Remove redundant initialization of 'rd_size'
Variable 'rd_size' is being initialized however
this value is never read as 'rd_size' is assigned
a new value in for statement. Remove the redundant
assignment.
Clean up clang warning:
fs/nfs/pnfs.c:2681:6: warning: Value stored to 'rd_size' during its
initialization is never read [clang-analyzer-deadcode.DeadStores]
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/f2fs')
0 files changed, 0 insertions, 0 deletions