Opened 11 years ago

Last modified 4 years ago

#9617 new bug

Several FSs put/free the root node in unmount()

Reported by: bonefish Owned by: nobody
Priority: normal Milestone: R1.1
Component: File Systems Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

At a quick glance several FSs (at least rootfs, devfs, bfs, reiserfs, maybe others) put or free their root node in their unmount() hook. Since the VFS calls the put_vnode() or remove_vnode() hook for each node before calling unmount(), all nodes have already been freed at that time, though.

Change History (1)

comment:1 by pulkomandy, 4 years ago

Milestone: R1R1.1
Note: See TracTickets for help on using tickets.