Name

generic_detach_inode — remove inode from inode lists

Synopsis

int generic_detach_inode (struct inode * inode);
 

Arguments

inode

inode to remove

Description

Remove inode from inode lists, write it if it's dirty. This is just an internal VFS helper exported for hugetlbfs. Do not use!

Returns 1 if inode should be completely destroyed.