[pnfs] [PATCH] Add CRC32 dependency to NFSD_V4_1

Ricardo Labiaga ricardo.labiaga at netapp.com
Thu Oct 18 23:47:03 EDT 2007


On Thu, 2007-10-18 at 23:41 -0400, Trond Myklebust wrote:
> On Thu, 2007-10-18 at 20:30 -0700, Ricardo Labiaga wrote:
> > From: Ricardo Labiaga <labiaga at labiaga-ll.(none)>
> > 
> > ---
> >  fs/Kconfig |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/fs/Kconfig b/fs/Kconfig
> > index e88a7ef..230ee26 100644
> > --- a/fs/Kconfig
> > +++ b/fs/Kconfig
> > @@ -1709,6 +1709,7 @@ config NFSD_V4_1
> >  	bool "Provide NFSv4.1 server support (EXPERIMENTAL)"
> >  	depends on NFSD_V4
> >  	select RPCSEC_GSS_KRB5
> > +	select CRC32
> >  	help
> >  	  If you would like to include the NFSv4.1 server as well as the NFSv4,
> >  	  NFSv2 and NFSv3 servers, say Y here.  This feature is experimental, and
> 
> Why does the NFSD server depend on CRC32?

It's used to hash the sessionid.  Andy can probably provide more
details.  

- ricardo


More information about the pNFS mailing list