1UNLOCK_NEW_INODE(9) The Linux VFS UNLOCK_NEW_INODE(9)
23
4
NAME
6unlock_new_inode - clear the I_NEW state and wake up any waiters
7
SYNOPSIS
9void unlock_new_inode(struct inode * inode);
10
ARGUMENTS
12inode
13new inode to unlock
14
DESCRIPTION
16Called when the inode is fully initialised to clear the new state of
17the inode and wake up anyone waiting for the inode to finish
18initialisation.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 UNLOCK_NEW_INODE(9)