The function `procfs_getattr()' in procfs doesn't set the value of vap->va_fsid, so we cannot get valid information about procfs. Fix: Add this line to the function `procfs_getattr()' (in procfs/procfs_vnops.c): vap->va_fsid = pfs->pfs_vnode->v_mount->mnt_stat.f_fsid.val[0]; How-To-Repeat: For example... # mount -t procfs /proc /proc # mount -t procfs /proc /mnt # umount /mnt # mount /dev/wd0a on / (local) mfs:20 on /tmp (asynchronous, local) /dev/wd0e on /usr (local) /dev/wd0f on /home (local) kernfs on /kern (local, read-only) procfs on /mnt (local)
State Changed From-To: open->suspended filesystem committer needed
State Changed From-To: suspended->closed fixed, thanks!