Re: [GIT] NFS client fixes for 2.6.23++

From: Linus Torvalds
Date: Fri Oct 19 2007 - 22:34:01 EST




On Fri, 19 Oct 2007, Erez Zadok wrote:
>
> Trond, with Linus's latest tree, you need to #include <linux/sched.h> in
> fs/nfs/unlink.c, else I get:
>
> CC [M] fs/nfs/unlink.o
> fs/nfs/unlink.c: In function 'nfs_dec_sillycount':
> fs/nfs/unlink.c:67: error: 'TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
...

Hmm? Which architecture?

That said, I do think that there is a distinct lack of proper includes in
that file. It seems to depend on getting much of the includes indirectly
from <linux/nfs_fs.h> and friends. And with different architectures having
different header files..

Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/