#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
Type: | defect → task |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Milestone: | 0.5.0 → 0.4.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
FAT unmount support added in changeset:head,236.
comment:4 Changed 12 years ago by
Type: | task → enhancement |
---|
Note: See
TracTickets for help on using
tickets.
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.