lkml.org 
[lkml]   [2000]   [Feb]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: nfsd fix patch for 2.3.42-pre1?
On Monday January 31, jgarzik@mandrakesoft.mandrakesoft.com wrote:
> Does anybody have a patch which will get nfsd to compile in 2.3.42-pre1?
> It is missing 'NFSEXP_NONLMAUTH' symbol...
>
> I'll hack together a quick fix tomorrow if noone beats me to it.
>
> Jeff
>

It should be "NFSEXP_NOAUTHNLM" I kept changing my mind on the best
name for the flag (NOAUTHNLM means "Dont AUTHenticate
NetworkLockManager requests." )

Thanks.

NeilBrown


*** fs/nfsd/vfs.c 2000/01/31 06:03:40 1.2
--- fs/nfsd/vfs.c 2000/01/31 06:03:49
***************
*** 1676,1682 ****
/* If we cannot rely on authentication in NLM requests,
* just allow locks, others require read permission
*/
! if (exp->ex_flags & NFSEXP_NONLMAUTH)
return 0;
else
acc = MAY_READ;
--- 1676,1682 ----
/* If we cannot rely on authentication in NLM requests,
* just allow locks, others require read permission
*/
! if (exp->ex_flags & NFSEXP_NOAUTHNLM)
return 0;
else
acc = MAY_READ;

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

\
 
 \ /
  Last update: 2005-03-22 13:56    [W:0.053 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site