git: HAMMER VFS: record the name of the mount directory

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Dec 13 00:07:52 PST 2011


commit 98ad7ade4883ecc520b2ba2a356e71709f584cf4
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Mon Aug 15 14:42:23 2011 +0200

    HAMMER VFS: record the name of the mount directory
    
    * It has to be set at mount time in mp->mnt_stat.f_mntonname.
    
    * Contrary to most filesystems, Hammer didn't do it.
    
    * The new code was taken from ffs_mount() and OpenBSD's vfs_rootmountalloc()

Summary of changes:
 sys/vfs/hammer/hammer_vfsops.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/98ad7ade4883ecc520b2ba2a356e71709f584cf4


-- 
DragonFly BSD source repository





More information about the Commits mailing list