Clear the i_new state and wake up any waiters
void unlock_new_inode(struct inode * inode);
inode
new inode to unlock
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.