CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/01/22 06:51:37
Modified files:
sys/nfs : nfs_socket.c
Log message:
The variable nfs_reqq was protected by splsoftnet() only in 3 out
of 5 cases. In the functions nfs_reconnect() and nfs_reply() put
the TAILQ_FOREACH over nfs_reqq also inside splsoftnet() protection.
found with pedro@, ok blambert@, pedro@, thib@
