Home
last modified time | relevance | path

Searched hist:"9 a74a2b87f4ca6c987039b3fb96d32093584afc2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddirect.cdiff 9a74a2b87f4ca6c987039b3fb96d32093584afc2 Fri Jul 24 05:44:41 CDT 2020 Colin Ian King <colin.king@canonical.com> 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: Trond Myklebust <trond.myklebust@hammerspace.com>