summaryrefslogtreecommitdiff
path: root/fs/nfs/inode.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-05-27 13:56:11 +0100
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2020-06-11 13:33:48 -0400
commit86b936672e55388bd5674e50e5ff4ef95f3477b8 (patch)
tree427f2502a861b889765636a80649ef0b78f50375 /fs/nfs/inode.c
parent2ac3ddc723469c66846262e1d7954199ef95d6dc (diff)
NFS: remove redundant initialization of variable result
The variable result is being initialized with a value that is never read and it is being updated later with a new value. The initialization is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/inode.c')
0 files changed, 0 insertions, 0 deletions