Stacked mounts of procfs/linprocfs

Nicolas Thery nthery at gmail.com
Sat Sep 1 12:12:24 PDT 2007


2007/9/1, Matthew Dillon <dillon at apollo.backplane.com>:
>
> :Something along these lines?
> :
> :Index: dfly/src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c
> :===================================================================
> :--- dfly.orig/src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c        2006-12-23
> :01:27:02.000000000 +0100
> :+++ dfly/src/sys/emulation/linux/i386/linprocfs/linprocfs_vfsops.c     2007-09-01
> :14:29:38.000000000 +0200
> :@@ -84,6 +84,7 @@
> :       }
>
>     That looks good.  If you tested it and it works, I'd say its commitable.

I tested it roughly this way:

mount -t procfs proc /proc -> ok
mount -t procfs proc /proc -> ko
mount -t procfs proc /proc/1 ->ko
mount -t procfs proc /mnt -> ok

Then I repeated for linprocfs.

Cheers,
Nicolas





More information about the Bugs mailing list