DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: mount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Aug 2009 17:12:47 -0700 (PDT)

commit dad088a5471c72523a12b0ca4270729e6c3c1919
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Aug 11 17:09:59 2009 -0700

    mount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
    
    * mount -v now uses MOUNTCTL_MOUNTFLAGS to retrieve the mount flags
    
    * The kernel MOUNTCTL_MOUNTFLAGS implementation now makes it easy for
      a VFS (like HAMMER) to append its own flags.
    
    Submitted-by: Antonio Huete

Summary of changes:
 sbin/mount/mount.c            |   51 ++++++++++++++--------------------------
 sys/kern/vfs_default.c        |    4 +-
 sys/kern/vfs_subr.c           |   38 ++++++++++++------------------
 sys/kern/vfs_syscalls.c       |    3 +-
 sys/sys/vnode.h               |   10 +++++++-
 sys/vfs/hammer/hammer_vnops.c |   46 +++++++++++++++++++++++++++++++++++++
 6 files changed, 92 insertions(+), 60 deletions(-)

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


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]