ext2fs - A few bug fixes and syntax adjustments.
commitc081fe84e993ade17c9aae5cde4bee2b5614653e
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Sep 2009 05:12:25 +0000 (13 22:12 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 14 Sep 2009 05:12:25 +0000 (13 22:12 -0700)
treeb04e0530da401cf3a9bef3b0fcaa64134ea7c899
parenta7d90c87e03352028b8f1ae7e473fba655ff0c04
ext2fs - A few bug fixes and syntax adjustments.

* Primarily fix a brelse that needs to be placed before a vx_put instead
  of after.  And use bqrelse() instead of brelse() when retrieving an inode.

* Syntax adjustments.

* NOTE: Only part of the FreeBSD patch was applied.

Submitted-by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> (GSOC project)
sys/vfs/gnu/ext2fs/ext2_alloc.c
sys/vfs/gnu/ext2fs/ext2_inode.c
sys/vfs/gnu/ext2fs/ext2_readwrite.c
sys/vfs/gnu/ext2fs/ext2_vfsops.c