1. NAME▲
unlock_new_inode - clear the I_NEW state and wake up any waiters
2. SYNOPSIS ▲
void unlock_new_inode(struct inode * inode );
3. ARGUMENTS ▲
inode
new inode to unlock
4. 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.
5. COPYRIGHT ▲