Re: patch 38/38: SERVER: giant patch importing NFSv4 server functionality

Christoph Hellwig (hch@infradead.org)
Wed, 14 Aug 2002 13:43:47 +0100


On Tue, Aug 13, 2002 at 07:12:53PM -0400, Kendrick M. Smith wrote:
> --- old/fs/nfsd/nfssvc.c Fri Aug 9 11:16:02 2002
> +++ new/fs/nfsd/nfssvc.c Thu Aug 8 09:53:23 2002
> @@ -77,6 +77,18 @@ nfsd_svc(unsigned short port, int nrserv
> int none_left;
> struct list_head *victim;
>
> +#ifdef CONFIG_NFSD_V4
> + printk(KERN_INFO "Starting experimental NFSv4 server.\n");
> + printk(KERN_INFO "Note 1: The NFSv4 pseudo filesystem is not yet implemented!\n");
> + printk(KERN_INFO " The first export in your /etc/exports has been arbitrarily\n");
> + printk(KERN_INFO " selected as the root of the pseudofs. In order to see this\n");
> + printk(KERN_INFO " export, you will have to mount '/' instead of the export pathname.\n");
> + printk(KERN_INFO " Exports other than this one will not be available.\n");
> + printk(KERN_INFO "Note 2: Most of the NFSv4 state model is not yet implemented;\n");
> + printk(KERN_INFO " this server patch should still provide basic functionality.\n");
> + printk(KERN_INFO " However, byte-range file locking is not available.\n");
> +#endif

This belongs into a readme, not into kernel messages..

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