看板 DFBSD_commit 關於我們 聯絡資訊
commit 98ad7ade4883ecc520b2ba2a356e71709f584cf4 Author: Francois Tigeot <ftigeot@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