dyoung
b441f8100f
Bug fix: change tmpfs_spec_bwrite from tmpfs_bwrite to vn_bwrite,
per yamt's suggestion. Previously, if /dev/ was mounted on a tmpfs, block device buffers were never flushed to disk. Trying to unmount a dirty filesystem (umount /dev/wd0e, say) caused an endless stream of vflushbuf warnings, because tmpfs_bwrite was not flushing buffers. The fix told to me by yamt solves the problem.
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%