git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e14056
)
nfsd: Export get_task_comm for nfsd
author
Pavel Emelyanov
<xemul@parallels.com>
Thu, 23 Sep 2010 14:26:58 +0000
(18:26 +0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Thu, 23 Sep 2010 14:34:21 +0000
(10:34 -0400)
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 <xemul@openvz.org>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
No differences found