CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/17 02:59:05
Modified files:
sys/nfs : nfs_socket.c nfs_syscalls.c nfs_vfsops.c
Log message:
Remove useless splsoftnet().
Outside of USB, no code is executed in a softnet interrupt context. So
what's protecting NFS data structures is the KERNEL_LOCK().
But more importantly, since r1.114 of nfs_socket.c, the 'softnet' thread
is no longer executing NFS code.
ok visa@
