commit dedb7ef4e752a84a466b645e7d78419b90718adf
Author: François Tigeot <[email protected]>
Date: Sun Aug 14 15:13:30 2011 +0200
Fix a bug in nullfs_mount() and nullfs_statfs()
Most filesystems register the name of their mount point at mount time and
are able to return it later with a VFS_STATFS call. nullfs did not.
Summary of changes:
sys/vfs/nullfs/null_vfsops.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dedb7ef4e752a84a466b645e7d78419b90718adf
--
DragonFly BSD source repository