Fix a bug in nullfs_mount() and nullfs_statfs()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sun, 14 Aug 2011 13:13:30 +0000 (15:13 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Thu, 1 Dec 2011 20:16:20 +0000 (21:16 +0100)
commitdedb7ef4e752a84a466b645e7d78419b90718adf
tree16e8036c7c56e49709c5c5a4618a07d7719ea4ef
parentc9669adf8513eaf281512bd7585184aa6af39566
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.
sys/vfs/nullfs/null_vfsops.c