patch-2.4.18 linux/fs/intermezzo/psdev.c
Next file: linux/fs/intermezzo/super.c
Previous file: linux/fs/intermezzo/presto.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Mon Jan 7 14:09:06 2002
- Orig file:
linux.orig/fs/intermezzo/psdev.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/intermezzo/psdev.c linux/fs/intermezzo/psdev.c
@@ -1465,8 +1465,8 @@
break;
/* signal is present: after timeout always return
really smart idea, probably useless ... */
- if ( jiffies > req->rq_posttime +
- upc_comms[minor].uc_timeout * HZ )
+ if ( time_after(jiffies, req->rq_posttime +
+ upc_comms[minor].uc_timeout * HZ) )
break;
}
schedule();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)