]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can
authorMatthew Dillon <dillon@FreeBSD.org>
Sat, 30 Dec 2000 23:32:24 +0000 (23:32 +0000)
committerMatthew Dillon <dillon@FreeBSD.org>
Sat, 30 Dec 2000 23:32:24 +0000 (23:32 +0000)
commit08c0a67b2e20eb392331584eddedaea7d317c1fd
tree4fe2a570b5935648674782973b603faaf3187e4d
parent6214433089c3cc6ce7e214b238920a45c911bdf7
Fix a lockup problem that occurs with 'cvs update'.  specfs's fsync can
get into the same sort of infinite loop that ffs's fsync used to get
into, probably due to background bitmap writes.  The solution is
the same.
sys/fs/specfs/spec_vnops.c
sys/miscfs/specfs/spec_vnops.c