From: Mi Jinlong Date: Mon, 27 Dec 2010 06:29:57 +0000 (+0800) Subject: nfsd4: fix oops on secinfo_no_name result encoding X-Git-Tag: v2.6.38-rc1~51^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22b6dee842c6341b49bc09cc5728eb2f8f2b3766;p=pandora-kernel.git nfsd4: fix oops on secinfo_no_name result encoding The secinfo_no_name code oopses on encoding with BUG: unable to handle kernel NULL pointer dereference at 00000044 IP: [] nfsd4_encode_secinfo+0x1c/0x1c1 [nfsd] We should implement a nfsd4_encode_secinfo_no_name() instead using nfsd4_encode_secinfo(). Signed-off-by: Mi Jinlong Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed