Opened 16 years ago
Closed 16 years ago
#3262 closed bug (fixed)
File descriptors without a vnode aren't closed on unmount
Reported by: | axeld | Owned by: | axeld |
---|---|---|---|
Priority: | blocker | Milestone: | R1/alpha1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If you unmount a volume that does not have any other open file descriptors, file descriptors without a vnode aren't disconnected from the fs_mount.
This will cause a page fault as soon as an application does anything with that descriptor, or quits.
Change History (2)
comment:1 by , 16 years ago
Milestone: | R1 → R1/alpha1 |
---|---|
Priority: | normal → blocker |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in hrev28850.