summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtsock.c
diff options
context:
space:
mode:
authorJulia Lawall2015-09-13 14:15:07 +0200
committerTrond Myklebust2015-09-17 21:48:24 +0200
commit17a9618e984234fda167ea5e07eae6f4f2ea2186 (patch)
treed44a588282daef0e035c146e8a469c7f8b081578 /net/sunrpc/xprtsock.c
parentnfs: fix v4.2 SEEK on files over 2 gigs (diff)
downloadkernel-qcow2-linux-17a9618e984234fda167ea5e07eae6f4f2ea2186.tar.gz
kernel-qcow2-linux-17a9618e984234fda167ea5e07eae6f4f2ea2186.tar.xz
kernel-qcow2-linux-17a9618e984234fda167ea5e07eae6f4f2ea2186.zip
SUNRPC: drop null test before destroy functions
Remove unneeded NULL test. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression x; @@ -if (x != NULL) \(kmem_cache_destroy\|mempool_destroy\|dma_pool_destroy\)(x); // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'net/sunrpc/xprtsock.c')
0 files changed, 0 insertions, 0 deletions