Opened 15 years ago
Closed 7 years ago
#174 closed defect (notadefect)
Mounting the same file system instance under multiple mount points prevents its unmounting
Reported by: | Jakub Jermář | Owned by: | Jakub Jermář |
---|---|---|---|
Priority: | major | Milestone: | 0.7.1 |
Component: | helenos/srv/vfs | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
When e.g. TMPFS is mounted like this:
mount tmpfs /scratch null/0
and
mount tmpfs /data null/0
neither can be unmounted because of the other ones reference on the VFS root node.
Change History (6)
comment:1 by , 15 years ago
Summary: | Mounting the same file system instance under multimple mount points prevents its unmounting → Mounting the same file system instance under multiple mount points prevents its unmounting |
---|
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
Milestone: | 0.4.3 → 0.5.0 |
---|
comment:4 by , 13 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:5 by , 10 years ago
Milestone: | 0.6.0 → 0.7.1 |
---|
comment:6 by , 7 years ago
Resolution: | → notadefect |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
The current VFS does not allow mounting a device multiple times, so this issue does not exist anymore. Closing as not a defect.