git: VFS accounting: implement an initialization framework
    Francois Tigeot 
    ftigeot at crater.dragonflybsd.org
       
    Sat Dec  3 04:34:07 PST 2011
    
    
  
commit e788edda6ff465c5d0824f803c9a28efe73421d8
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Sat Aug 6 23:02:32 2011 +0200
    VFS accounting: implement an initialization framework
    
    Only enable accounting for a short list of whitelisted filesystem types
Summary of changes:
 sys/conf/files         |    1 +
 sys/kern/vfs_default.c |   66 ++++++++++++++++++++++++++++++++++++++++++++++++
 sys/kern/vfs_init.c    |    9 ++++++-
 sys/kern/vfs_quota.c   |   49 +++++++++++++++++++++++++++++++++++
 sys/kern/vfs_vfsops.c  |    8 +++++-
 sys/sys/mount.h        |    8 ++++++
 sys/sys/vfs_quota.h    |   45 ++++++++++++++++++++++++++++++++
 7 files changed, 184 insertions(+), 2 deletions(-)
 create mode 100644 sys/kern/vfs_quota.c
 create mode 100644 sys/sys/vfs_quota.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e788edda6ff465c5d0824f803c9a28efe73421d8
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list