Ticket #3262 (closed bug: fixed)

Opened 15 months ago

Last modified 15 months ago

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: Platform: All
Blocking:

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

Changed 15 months ago by axeld

  • priority changed from normal to blocker
  • milestone changed from R1 to R1/alpha1

Changed 15 months ago by axeld

  • status changed from new to closed
  • resolution set to fixed

Fixed in r28850.

Note: See TracTickets for help on using tickets.