git: hammer2 hammer2 - hookup getattr, setattr

Matthew Dillon dillon at crater.dragonflybsd.org
Tue May 15 20:05:32 PDT 2012


commit b2b78aaa870ae0fb07df142a8c7c05f7ff2e804d
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue May 15 20:04:15 2012 -0700

    hammer2 - hookup getattr, setattr
    
    * Hook up most remaining fields for getattr and setattr, and also initial
      ownership and so forth for create.
    
    * initialize and update the time on create, setattr, and write.
    
    * kqueue handling for write.

Summary of changes:
 sys/vfs/hammer2/hammer2.h       |    3 +
 sys/vfs/hammer2/hammer2_inode.c |   31 ++++++++++++-
 sys/vfs/hammer2/hammer2_subr.c  |   26 +++++++++++
 sys/vfs/hammer2/hammer2_vnops.c |   88 ++++++++++++++++++++++++++++++++++----
 4 files changed, 135 insertions(+), 13 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list