fdescfs naming inconsistency

From: Sean Kelly <smkelly_at_zombie.org>
Date: Sun, 15 Jun 2003 22:32:28 -0500
This isn't really a big deal, but I've noticed a slight inconsistency in
the output of `mount` when a fdescfs is mounted:

edgemaster# mount
/dev/ad1s1a on / (ufs, local, soft-updates, multilabel)
/dev/ad1s1e on /var (ufs, local, soft-updates, multilabel, acls)
/dev/ad1s1f on /usr (ufs, local, soft-updates, multilabel, acls)
devfs on /dev (devfs, local, multilabel)
fdesc on /dev/fd (fdescfs)
^^^^^             ^^^^^^^
/dev/fd0 on /mnt (msdosfs, local)
linprocfs on /usr/compat/linux/proc (linprocfs, local)

Notice that while devfs and linprocfs have the 'fs' appended to their name,
the fdescfs does not. Shouldn't the output be more like this?

fdescfs on /dev/fd (fdescfs)
     ^^

So far my attempts to find the origin of this in the source have failed.

-- 
Sean Kelly         | PGP KeyID: D2E5E296
smkelly_at_zombie.org | http://www.zombie.org

Received on Mon Jun 16 2003 - 00:20:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:12 UTC