#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 by , 15 years ago
Type: | defect → task |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Milestone: | 0.5.0 → 0.4.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
FAT unmount support added in changeset:head,236.
comment:4 by , 14 years ago
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.