1UNLOCK_NEW_INODE(9)              The Linux VFS             UNLOCK_NEW_INODE(9)
2
3
4

NAME

6       unlock_new_inode - clear the I_NEW state and wake up any waiters
7

SYNOPSIS

9       void unlock_new_inode(struct inode * inode);
10

ARGUMENTS

12       inode
13           new inode to unlock
14

DESCRIPTION

16       Called when the inode is fully initialised to clear the new state of
17       the inode and wake up anyone waiting for the inode to finish
18       initialisation.
19
21Kernel Hackers Manual 3.10         June 2019               UNLOCK_NEW_INODE(9)
Impressum