Opened 14 years ago

Closed 14 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.

Change History (1)

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

Resolution: fixed
Status: newclosed

Fixed in changeset:head,234.

Note: See TracTickets for help on using tickets.