Bug 4857
Summary: | pivot_root from initramfs causes circular reference in mount tree | ||
---|---|---|---|
Product: | File System | Reporter: | Richard Fish (bigfish) |
Component: | VFS | Assignee: | fs_vfs |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.12.1, 2.6.13-rc1, 2.6.13-rc1-mm1 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Richard Fish
2005-07-06 12:04:09 UTC
A much better patch should now be in -mm tree: pivot_root-circular-reference-fix-2.patch It seems that even the idea of using pivot_root from inside initramfs has been vetoed. Current fix in mm (pivot_root-circular-reference-fix-3.patch) simply returns an error if pivot_root is called on unattached mounts. Closing bug, since the functionality will not be supported in any case. |