patch-2.2.0-pre2 linux/fs/lockd/svc.c
Next file: linux/fs/lockd/svcproc.c
Previous file: linux/fs/lockd/host.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Tue Dec 29 11:42:25 1998
-  Orig file: 
v2.2.0-pre1/linux/fs/lockd/svc.c
-  Orig date: 
Mon Dec 28 15:00:52 1998
diff -u --recursive --new-file v2.2.0-pre1/linux/fs/lockd/svc.c linux/fs/lockd/svc.c
@@ -136,7 +136,7 @@
 		 */
 		if (!nlmsvc_grace_period) {
 			timeout = nlmsvc_retry_blocked();
-		} else if (time_after(jiffies, nlmsvc_grace_period))
+		} else if (time_before(nlmsvc_grace_period, jiffies))
 			nlmsvc_grace_period = 0;
 
 		/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov