iedowse 2d507f0adf Terminate requests in nfs_sigintr() if the filesystem is in the
process of being unmounted. This allows forced NFS unmounts to
complete even if there are processes stuck holding the mnt_lock
while the server is down. The mechanism is not ideal in that there
is a small chance we might accidentally cancel requests during a
failed non-forced unmount attempt on that filesystem, but this
is not really a big problem.

Also, move the tsleep() in nfs_nmcancelreqs() so that we do not
sleep in the case where there are no requests to be cancelled.
2002-01-10 02:15:35 +00:00
..
2002-01-09 16:00:31 +00:00
2002-01-08 19:33:51 +00:00
2002-01-08 20:03:13 +00:00
2002-01-10 00:56:02 +00:00
2002-01-09 16:00:31 +00:00
2002-01-08 20:03:13 +00:00
2002-01-08 10:30:34 +00:00
2001-12-31 19:29:43 +00:00