Ticket #6320: get_vnode_add_type_doc-v1.patch

File get_vnode_add_type_doc-v1.patch, 614 bytes (added by lucian, 14 years ago)
  • docs/user/drivers/fs_interface.dox

     
    492492    \param volume The volume object.
    493493    \param id The ID of the node.
    494494    \param vnode Pointer to a node object to be initialized.
     495    \param _type The mode and permission bits for the node.
    495496    \param reenter \c true if the hook invocation has been caused by the FS
    496497        itself, e.g. by invoking ::get_vnode().
    497498    \return \c B_OK if everything went fine, another error code otherwise.