]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pass special device to the ufs_disk_fillout() function, instead of mount
authorpjd <pjd@FreeBSD.org>
Fri, 16 Mar 2007 03:23:32 +0000 (03:23 +0000)
committerpjd <pjd@FreeBSD.org>
Fri, 16 Mar 2007 03:23:32 +0000 (03:23 +0000)
commit545f9291a9b9889a5ef02ff1fcd596b96c3fea3b
treebe6e7c4c8c13702f1e5db1b6d654894f6af85ab6
parent781b031d076abdcb10119f221a82fd7cb5fc9d88
Pass special device to the ufs_disk_fillout() function, instead of mount
point path. This way we properly handle the case when file system listed
in /etc/fstab was unmounted and another file system was mounted on the
same mount point.
usr.sbin/snapinfo/snapinfo.c