]> git.karo-electronics.de Git - linux-beck.git/commit
nfsd: remove nfsd4_free_slab
authorChristoph Hellwig <hch@infradead.org>
Wed, 21 May 2014 14:43:03 +0000 (07:43 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 22 May 2014 19:52:57 +0000 (15:52 -0400)
commitabf1135b6ee31cc17f569f2a59f87c833ba0849c
tree91471c9af5399aaa0c477c9984261254f1c3c838
parentd40aa3372f90d478b6166df0321349b5aeb0aea8
nfsd: remove nfsd4_free_slab

No need for a kmem_cache_destroy wrapper in nfsd, just do proper
goto based unwinding.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c