CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/30 15:17:14
Modified files:
sys/kern : vfs_bio.c
Log message:
clear B_NOCACHE if the buffer has dependencies for softdep, since
otherwise we are guaranteed to panic a few lines down in
softdep_deallocate_dependencies.
Found by Matthias Pitzl <[email protected]> running vnd's on top
of a softdep filesystem.
ok bluhm@ deraadt@
