From: J. Bruce Fields Date: Mon, 27 Sep 2010 21:12:05 +0000 (-0400) Subject: nfsd4: clean up session allocation X-Git-Tag: v2.6.37-rc1~113^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6feee9608dce7afd2646f457c93e612526d1d8;p=pandora-kernel.git nfsd4: clean up session allocation Changes: - make sure session memory reservation is released on failure path. - use min_t()/min() for more compact code in several places. - break alloc_init_session into smaller pieces. - miscellaneous other cleanup. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed