1GENERIC_DETACH_INODE(9) The Linux VFS GENERIC_DETACH_INODE(9)
23
4
NAME
6generic_detach_inode - remove inode from inode lists
7
SYNOPSIS
9int generic_detach_inode(struct inode * inode);
10
ARGUMENTS
12inode
13inode to remove
14
DESCRIPTION
16Remove inode from inode lists, write it if it's dirty. This is just an
17internal VFS helper exported for hugetlbfs. Do not use!
1819
Returns 1 if inode should be completely destroyed.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. November 2011 GENERIC_DETACH_INODE(9)