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! The get_task_comm is used in nfsctl_transaction_read's printk. Signed-off-by: Pavel Emelyanov <xemul@xxxxxxxxxx> --- diff --git a/fs/exec.c b/fs/exec.c index 828dd24..1d22c4b 100644 --- a/fs/exec.c +++ b/fs/exec.c @@ -957,6 +957,7 @@ char *get_task_comm(char *buf, struct task_struct *tsk) task_unlock(tsk); return buf; } +EXPORT_SYMBOL_GPL(get_task_comm); void set_task_comm(struct task_struct *tsk, char *buf) { -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html