From: Yanchuan Nian Date: Mon, 24 Dec 2012 10:11:45 +0000 (+0800) Subject: nfsd: Don't unlock the state while it's not locked X-Git-Tag: v3.9-rc1~40^2~46 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266533c6df7a4a4e2ebd0bfdd272f7eb7cf4b81f;p=pandora-kernel.git nfsd: Don't unlock the state while it's not locked In the procedure of CREATE_SESSION, the state is locked after alloc_conn_from_crses(). If the allocation fails, the function goes to "out_free_session", and then "out" where there is an unlock function. Signed-off-by: Yanchuan Nian Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed