Opened 14 years ago

Closed 6 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 Jakub Jermář, 14 years ago

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 by Jakub Jermář, 13 years ago

Owner: set to Jakub Jermář
Status: newassigned

comment:3 by Jakub Jermář, 13 years ago

Milestone: 0.4.30.5.0

comment:4 by Jakub Jermář, 12 years ago

Milestone: 0.5.00.5.1

comment:5 by Jakub Jermář, 10 years ago

Milestone: 0.6.00.7.1

comment:6 by Jakub Jermář, 6 years ago

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.