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

Opened 14 years ago

Closed 13 years ago

Last modified 12 years ago

#79 closed enhancement (fixed)

Introduce and implement VFS_UNMOUNT

Reported by: Jakub Jermář Owned by: Jakub Jermář
Priority: major Milestone: 0.4.2
Component: helenos/srv/vfs Version: mainline
Keywords: fs vfs fat tmpfs Cc: jakub@…
Blocker for: Depends on:
See also:

Description

Now that we have a functional VFS_MOUNT, it wouldn't be bad to be able to unmount file systems.

Change History (4)

comment:1 Changed 14 years ago by Jakub Jermář

Type: defecttask

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

In changeset:head,223 the support for unmount was delivered to VFS.
In changeset:head,226 the support for unmount was enhanced to libfs.
What remains to be done is the implementation of VFS_OUT_UNMOUNTED
in each endpoint file system server.

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

Milestone: 0.5.00.4.2
Resolution: fixed
Status: newclosed

FAT unmount support added in changeset:head,236.

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

Type: taskenhancement
Note: See TracTickets for help on using tickets.