Ticket #3262 (closed bug: fixed)

Opened 6 months ago

Last modified 6 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 development
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 6 months ago by axeld

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

Changed 6 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.