[haiku-bugs] [Haiku] #9617: Several FSs put/free the root node in unmount()

  • From: "bonefish" <trac@xxxxxxxxxxxx>
  • Date: Thu, 04 Apr 2013 10:25:20 -0000

#9617: Several FSs put/free the root node in unmount()
--------------------------+------------------------------
 Reporter:  bonefish      |        Owner:  nobody
     Type:  bug           |       Status:  new
 Priority:  normal        |    Milestone:  R1
Component:  File Systems  |      Version:  R1/Development
 Keywords:                |   Blocked By:
 Blocking:                |  Has a Patch:  0
 Platform:  All           |
--------------------------+------------------------------
 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.

--
Ticket URL: <http://dev.haiku-os.org/ticket/9617>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #9617: Several FSs put/free the root node in unmount() - bonefish