patch-2.4.0-test4 linux/net/unix/garbage.c
Next file: linux/CREDITS
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Wed Jul 12 22:58:41 2000
- Orig file:
v2.4.0-test3/linux/net/unix/garbage.c
- Orig date:
Thu Aug 26 13:05:47 1999
diff -u --recursive --new-file v2.4.0-test3/linux/net/unix/garbage.c linux/net/unix/garbage.c
@@ -177,7 +177,7 @@
* Avoid a recursive GC.
*/
- if(!down_trylock(&unix_gc_sem))
+ if (down_trylock(&unix_gc_sem))
return;
read_lock(&unix_table_lock);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)