CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/28 09:46:28
Modified files:
sys/ufs/ext2fs : ext2fs_vfsops.c
Log message:
When mounting an ext2 filesystem, lock the device vnode for the duration
of the vinvalbuf() call, just like is done by other filesystems. This
prevents a kernel panic with VFSLCKDEBUG.
OK mpi@
