patch-2.4.0-test4 linux/net/socket.c
Next file: linux/net/unix/garbage.c
Previous file: linux/net/sched/sch_cbq.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Wed Jul 12 21:58:44 2000
- Orig file:
v2.4.0-test3/linux/net/socket.c
- Orig date:
Mon Jul 10 16:47:28 2000
diff -u --recursive --new-file v2.4.0-test3/linux/net/socket.c linux/net/socket.c
@@ -702,10 +702,8 @@
printk(KERN_DEBUG "sock_close: NULL inode\n");
return 0;
}
- unlock_kernel();
sock_fasync(-1, filp, 0);
sock_release(socki_lookup(inode));
- lock_kernel();
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)