Hello I hace a filesystem mounted on /foo how do I retreive its struct mount?
Using namei_simple_user(), I can get a vnode for /foo but its v_mount is the one for the root filesystem. Looking up /foo/ produces an error. (bad address). How do I cross the mount point and get a vnode for the monted filesystem root? Or should I get the struct mount by another method? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz [email protected]
