DragonFly bugs List (threaded) for 2007-09
DragonFly BSD
DragonFly bugs List (threaded) for 2007-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Stacked mounts of procfs/linprocfs


From: "Nicolas Thery" <nthery@xxxxxxxxx>
Date: Sat, 1 Sep 2007 21:11:44 +0200

2007/9/1, Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]