Date: Mon, 26 Apr 2004 08:13:46 -0700 (PDT) From: Bosko Milekic <bmilekic@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mount Makefile mount.c src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200404261513.i3QFDkb5026044@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2004/04/26 08:13:46 PDT FreeBSD src repository Modified files: sbin/mount Makefile mount.c sys/ufs/ffs ffs_vfsops.c Log: The previous change to mount(8) to report ufs or ufs2 used libufs, which only works for Charlie root. This change reverts the introduction of libufs and moves the check into the kernel. Since the f_fstypename is the same for both ufs and ufs2, we check fs_magic for presence of ufs2 and copy "ufs2" explicitly instead. Submitted by: Christian S.J. Peron <maneo@bsdpro.com> Revision Changes Path 1.15 +0 -2 src/sbin/mount/Makefile 1.66 +0 -11 src/sbin/mount/mount.c 1.231 +9 -2 src/sys/ufs/ffs/ffs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404261513.i3QFDkb5026044>