Changes between Initial Version and Version 1 of Ticket #9839
- Timestamp:
- Dec 7, 2013, 7:55:45 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9839 – Description
initial v1 5 5 An IMO cleaner alternative would be to change the interface and semantics of the `get_vnode()` hook. It would be required to create the vnode (via `publish_vnode()` or a new interface). We would have to push the burden of dealing with concurrent invocations to the hook, though. 6 6 7 It is not understood yet whether the described issue is related to #5262. Here the panic reports the `vnode->node` to be NULL, while that isn't the case in #5262.7 This issue is somewhat related to #5262 in that there the problem is also that `create_new_vnode_and_lock()` reports a pre-existing vnode, although in that case the vnode is about to be deleted and already no longer known to the FS (cf. ticket:5262#comment:24).