diff options
| author | Andries E. Brouwer <andries.brouwer@cwi.nl> | 2003-05-18 21:31:34 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-05-18 21:31:34 -0700 |
| commit | dc77fe132c460d80dfabe80262d68b2459a40779 (patch) | |
| tree | 1941cb60e6ca5bfd8af8eb3f2c225aedb8e191ce /include/linux/stringify.h | |
| parent | c47177556fd9cf17a9d19e301c4dba221796e305 (diff) | |
[PATCH] namespace fix
After
# mount --rbind /tmp /mnt
(on 2.5.68) I have a corrupted namespace. Umounting /mnt fails,
and /proc/mounts contains
...
/dev/root /mnt ext3 rw 0 0
proc /mnt/proc proc rw 0 0
usbfs /mnt/proc/bus/usb usbfs rw 0 0
/dev/hdb5 /mnt/usr reiserfs rw 0 0
...
where of course no directories /mnt/proc or /mnt/usr exist.
This is caused by the fact that copy_tree() thinks that the dentry
it is called with is the root of the filesystem. If it is not,
confusion arose.
This patch fixes this confusion.
Diffstat (limited to 'include/linux/stringify.h')
0 files changed, 0 insertions, 0 deletions
