From: Bryan Schumaker Date: Tue, 1 Nov 2011 19:24:59 +0000 (-0400) Subject: NFSD: Call nfsd4_init_slabs() from init_nfsd() X-Git-Tag: v3.3-rc1~67^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72083396074035ffa5cf81b6bb3e55f1d615badf;p=pandora-kernel.git NFSD: Call nfsd4_init_slabs() from init_nfsd() init_nfsd() was calling free_slabs() during cleanup code, but the call to init_slabs() was hidden in nfsd4_state_init(). This could be confusing to people unfamiliar with the code. Signed-off-by: Bryan Schumaker Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed