Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 May 2001 21:46:34 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        Ruslan Ermilov <ru@FreeBSD.ORG>, Boris Popov <bp@FreeBSD.ORG>, fs@FreeBSD.ORG, arch@FreeBSD.ORG
Subject:   RE: [CFR] /sys/miscfs/* -> /sys/fs/
Message-ID:  <Pine.BSF.4.21.0105222139170.59828-100000@besplex.bde.org>
In-Reply-To: <XFMail.010521111145.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 May 2001, John Baldwin wrote:

> On 21-May-01 Ruslan Ermilov wrote:
> > The below patch moves /sys/miscfs/* to /sys/fs.
> > ...
> > The patch is available from here:
> > 
> >       http://www.FreeBSD.org/~ru/miscfs2fs.patch
> 
> I'm hoping it follows http://www.FreeBSD.org/~jhb/docs/sysorg.txt?
> 
> Note that to be consistent in the naming scheme, I have portal -> portalfs,
> fdesc -> fdescfs, and union -> unionfs.

This would be bogus unless the filesystems are also renamed.  Many filesystem
names don't end in "fs":

$ ls /sbin/mount_*
/sbin/mount_cd9660
/sbin/mount_devfs
/sbin/mount_ext2fs
/sbin/mount_fdesc
/sbin/mount_ifs
/sbin/mount_linprocfs
/sbin/mount_mfs
/sbin/mount_msdos
/sbin/mount_nfs
/sbin/mount_ntfs
/sbin/mount_null
/sbin/mount_nwfs
/sbin/mount_portal
/sbin/mount_procfs
/sbin/mount_std
/sbin/mount_umap
/sbin/mount_union

nullfs and umapfs are already bogusly named.

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105222139170.59828-100000>