Opened 13 years ago
Closed 5 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 Changed 13 years ago by
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 Changed 12 years ago by
Owner: | set to Jakub Jermář |
---|---|
Status: | new → assigned |
comment:3 Changed 12 years ago by
Milestone: | 0.4.3 → 0.5.0 |
---|
comment:4 Changed 11 years ago by
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:5 Changed 9 years ago by
Milestone: | 0.6.0 → 0.7.1 |
---|
comment:6 Changed 5 years ago by
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.