table of contents
other versions
IGET_FAILED(9) | The Linux VFS | IGET_FAILED(9) |
NAME¶
iget_failed - Mark an under-construction inode as dead and release it
SYNOPSIS¶
void iget_failed(struct inode * inode);
ARGUMENTS¶
struct inode * inode
The inode to discard
DESCRIPTION¶
Mark an under-construction inode as dead and release it.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |