ntfs_inode_close: Document that @ni can be NULL.

edge.strict_endians
Yura Pakhuchiy 2007-09-21 18:43:05 +03:00
parent 4f7f0f654e
commit dcf72f1315
1 changed files with 2 additions and 0 deletions

View File

@ -266,6 +266,8 @@ err_out:
* If it is an extent inode, we disconnect it from its base inode before we
* destroy it.
*
* It is OK to pass NULL to this function, it is just noop in this case.
*
* Return 0 on success or -1 on error with errno set to the error code. On
* error, @ni has not been freed. The user should attempt to handle the error
* and call ntfs_inode_close() again. The following error codes are defined: