Re: namespace question

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

 



 
---- Mike Waychison <[email protected]> wrote: 
> [email protected] wrote:
> > I don't believe the following to be an error, but I am curious how it occurs:
> > 
> > Running a kernel module using dpath iteratively on the mnt_mountpoint member ... I get a curious doubling of the mount point names:

>> proc /proc/proc proc
>> sysfs /sys/sys sysfs
>>  devpts /dev/pts/dev/pts devpts
>>  tmpfs /dev/shm/dev/shm tmpfs
>> /dev/hda1 /boot/boot ext2
>> usbfs /proc/bus/usb/bus/usb usbfs

>  Using the same algorithm with mnt_root produces correct results.  

> >                 dentry = dget(vfsmnt_ptr->mnt_mountpoint);
> 
> should be:
> 
> dentry = dget(vfsmnt_ptr->mnt_root);

Yes I pointed that out above - what I want to know is why the doubling of the names for mnt_mntpoint.  It must be used for something, I suppose.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux