msdosfs - Fix panic when mounting msdos filesystems.
authorJoe Talbott <josepht@dragonflybsd.org>
Tue, 7 Sep 2010 04:17:00 +0000 (00:17 -0400)
committerJoe Talbott <josepht@dragonflybsd.org>
Tue, 7 Sep 2010 04:20:33 +0000 (00:20 -0400)
commit12d442975420e1da3daae44f5c20a3c1dce055df
treefda2104e47a5e362d3cc8c733ddb28a54cba7162
parentd6981a4fc383698346c9a0302fe1041beede3fa7
msdosfs - Fix panic when mounting msdos filesystems.

bread()ing different sizes from the same address requires this
flag before b[q]relse() is called.

Discussed-With: dillon
sys/vfs/msdosfs/msdosfs_vfsops.c