Query: unlock_new_inode
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNLOCK_NEW_INODE(9) The Linux VFS UNLOCK_NEW_INODE(9)NAMEunlock_new_inode - clear the I_NEW state and wake up any waitersSYNOPSISvoid unlock_new_inode(struct inode * inode);ARGUMENTSinode new inode to unlockDESCRIPTIONCalled 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 UNLOCK_NEW_INODE(9)