git: mount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 11 17:14:27 PDT 2009
commit dad088a5471c72523a12b0ca4270729e6c3c1919
Author: Matthew Dillon <dillon at 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
More information about the Commits
mailing list