Opened 15 years ago
Closed 15 years ago
#172 closed defect (fixed)
VFS should close client's open files upon client hangup
Reported by: | Jakub Jermář | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.4.2 |
Component: | helenos/srv/vfs | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
Currently, the memory occupied by client's open files is deallocated upon client hangup, but the files are not closed. This results in dead references on those files preventing e.g. unmount and other operations.
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:head,234.