patch-2.2.0-pre4 linux/fs/nfsd/vfs.c
Next file: linux/fs/ntfs/Makefile
Previous file: linux/fs/nfsd/stats.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Jan 2 09:54:30 1999
- Orig file:
v2.2.0-pre3/linux/fs/nfsd/vfs.c
- Orig date:
Thu Dec 31 10:29:02 1998
diff -u --recursive --new-file v2.2.0-pre3/linux/fs/nfsd/vfs.c linux/fs/nfsd/vfs.c
@@ -993,7 +993,7 @@
static inline void nfsd_double_down(struct semaphore *s1, struct semaphore *s2)
{
if (s1 != s2) {
- if ((unsigned long) s1 < (unsigned long) s2) {
+ if ((unsigned long) s1 > (unsigned long) s2) {
struct semaphore *tmp = s1;
s1 = s2;
s2 = tmp;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov