table of contents
other versions
UNLOCK_NEW_INODE(9) | The Linux VFS | UNLOCK_NEW_INODE(9) |
NAME¶
unlock_new_inode - clear the I_NEW state and wake up any waitersSYNOPSIS¶
void unlock_new_inode(struct inode * inode);
ARGUMENTS¶
struct inode * inodenew inode to unlock
DESCRIPTION¶
Called when the inode is fully initialised to clear the new state of the inode and wake up anyone waiting for the inode to finish initialisation.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |