Fork us on GitHub Follow us on Facebook Follow us on Twitter

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 Jakub Jermář

Summary: Mounting the same file system instance under multimple mount points prevents its unmountingMounting the same file system instance under multiple mount points prevents its unmounting

comment:2 Changed 12 years ago by Jakub Jermář

Owner: set to Jakub Jermář
Status: newassigned

comment:3 Changed 12 years ago by Jakub Jermář

Milestone: 0.4.30.5.0

comment:4 Changed 11 years ago by Jakub Jermář

Milestone: 0.5.00.5.1

comment:5 Changed 9 years ago by Jakub Jermář

Milestone: 0.6.00.7.1

comment:6 Changed 5 years ago by Jakub Jermář

Resolution: notadefect
Status: assignedclosed

The current VFS does not allow mounting a device multiple times, so this issue does not exist anymore. Closing as not a defect.

Note: See TracTickets for help on using tickets.