Re: 2.3.42-pre1 compile failed

From: David S. Miller (davem@redhat.com)
Date: Mon Jan 31 2000 - 21:23:30 EST


   Date: Tue, 01 Feb 2000 01:12:33 +0100
   From: Jean-Luc Coulon <jean-luc.coulon@fnac.net>

   vfs.c: In function `nfsd_permission':
   vfs.c:1679: `NFSEXP_NONLMAUTH' undeclared (first use in this function)
   vfs.c:1679: (Each undeclared identifier is reported only once
   vfs.c:1679: for each function it appears in.)

It's just a typo:

--- fs/nfsd/vfs.c.~1~ Mon Jan 31 17:33:11 2000
+++ fs/nfsd/vfs.c Mon Jan 31 18:09:51 2000
@@ -1676,7 +1676,7 @@
                 /* If we cannot rely on authentication in NLM requests,
                  * just allow locks, others require read permission
                  */
- if (exp->ex_flags & NFSEXP_NONLMAUTH)
+ 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/



This archive was generated by hypermail 2b29 : Mon Feb 07 2000 - 21:00:05 EST