[PATCH] 2.4.3-ac7 nfsd fix

2001-04-16 Thread Mikael Pettersson
Bug fix for 2.4.3-ac7 nfsd changes: set_bit() needs a pointer to the lvalue to modify, not the lvalue itself. /Mikael --- linux-2.4.3-ac7/fs/nfsd/nfsfh.c.~1~ Mon Apr 16 15:23:54 2001 +++ linux-2.4.3-ac7/fs/nfsd/nfsfh.c Mon Apr 16 15:57:24 2001 @@ -167,7 +167,7 @@

[PATCH] 2.4.3-ac7 nfsd fix

2001-04-16 Thread Mikael Pettersson
Bug fix for 2.4.3-ac7 nfsd changes: set_bit() needs a pointer to the lvalue to modify, not the lvalue itself. /Mikael --- linux-2.4.3-ac7/fs/nfsd/nfsfh.c.~1~ Mon Apr 16 15:23:54 2001 +++ linux-2.4.3-ac7/fs/nfsd/nfsfh.c Mon Apr 16 15:57:24 2001 @@ -167,7 +167,7 @@