]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
NFS: Deletion of unnecessary checks before the function call "nfs_put_client"
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 18 Nov 2014 12:23:43 +0000 (13:23 +0100)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 25 Nov 2014 01:07:27 +0000 (20:07 -0500)
commitfe0bf1185ddf7e9d193cfe397ed1414d91526e19
treef8b2c40b78cfa1714e606e79ffc36363ece0dc8f
parent1306729b0d4f4a0bd0d098711ed3d938dc5a1a28
NFS: Deletion of unnecessary checks before the function call "nfs_put_client"

The nfs_put_client() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/filelayout/filelayoutdev.c
fs/nfs/nfs4client.c