From: Pavel Emelyanov Date: Thu, 23 Sep 2010 14:26:58 +0000 (+0400) Subject: nfsd: Export get_task_comm for nfsd X-Git-Tag: v2.6.37-rc1~113^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=049ef27b224ecc33958465fef83d5e4e8a056115;p=pandora-kernel.git nfsd: Export get_task_comm for nfsd The git://linux-nfs.org/~bfields/linux.git nfsd-next branch doesn't compile when nfsd is a module with the following error: ERROR: "get_task_comm" [fs/nfsd/nfsd.ko] undefined! Replace the get_task_comm call with direct comm access, which is safe for current. Signed-off-by: Pavel Emelyanov Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed