leftover from 0202303b: fix critical section mismatch.
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 18 Nov 2009 09:42:00 +0000 (18:42 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Wed, 18 Nov 2009 09:59:51 +0000 (18:59 +0900)
commit4dda94be12ec049c421d039b15f34b55952132d0
tree032278ac2227d789145891f5e3c5878821174958
parenta5294ca835317c68c919ab43936da4f05ab6e926
leftover from 0202303b: fix critical section mismatch.

The caller of ext2_fsync_bp() no longer enters a critical section,
so this function shouldn't attempt to exit from or re-enter it either.

DragonFly-bug: <http://bugs.dragonflybsd.org/issue1601>
sys/vfs/gnu/ext2fs/ext2_vnops.c