o nfs_vinvalbuf() is always called with the intrflag as 1, and then
authorthib <thib@openbsd.org>
Sat, 9 Aug 2008 10:14:02 +0000 (10:14 +0000)
committerthib <thib@openbsd.org>
Sat, 9 Aug 2008 10:14:02 +0000 (10:14 +0000)
commitd6679b5c37ae4aac18f3ceec94f19ab49e9e13ae
tree2602e3a55e277dc6f2d7600501c2e49077af7b27
parentd416fa2d1df35ea70b016292aa6c79022ad9c063
o nfs_vinvalbuf() is always called with the intrflag as 1, and then
  checks if the mount is actually interrutable, and if not sets it 0.
  remove this argument from nfs_vinvalbuf and just do the checking inside
  the function.
o give nfs_vinvalbuf() a makeover so it looks nice. (spacing, casts, &c);
o Actually pass PCATCH too tsleep() if the mount it interrutable.

ok art@, blambert@
sys/nfs/nfs_bio.c
sys/nfs/nfs_node.c
sys/nfs/nfs_var.h
sys/nfs/nfs_vnops.c