git: ext2fs - A few bug fixes and syntax adjustments.

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Sep 13 22:15:33 PDT 2009


commit c081fe84e993ade17c9aae5cde4bee2b5614653e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Sep 13 22:12:25 2009 -0700

    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 at yahoo.com> (GSOC project)

Summary of changes:
 sys/vfs/gnu/ext2fs/ext2_alloc.c     |   16 +++++++++-------
 sys/vfs/gnu/ext2fs/ext2_inode.c     |   12 +++++++-----
 sys/vfs/gnu/ext2fs/ext2_readwrite.c |   14 +++++++-------
 sys/vfs/gnu/ext2fs/ext2_vfsops.c    |    4 ++--
 4 files changed, 25 insertions(+), 21 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c081fe84e993ade17c9aae5cde4bee2b5614653e


-- 
DragonFly BSD source repository





More information about the Commits mailing list