generic_detach_inode() can be static now
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Родитель
2bbbda308f
Коммит
c6287315cb
|
@ -1234,7 +1234,7 @@ EXPORT_SYMBOL(generic_delete_inode);
|
|||
*
|
||||
* Returns 1 if inode should be completely destroyed.
|
||||
*/
|
||||
int generic_detach_inode(struct inode *inode)
|
||||
static int generic_detach_inode(struct inode *inode)
|
||||
{
|
||||
struct super_block *sb = inode->i_sb;
|
||||
|
||||
|
@ -1264,7 +1264,6 @@ int generic_detach_inode(struct inode *inode)
|
|||
spin_unlock(&inode_lock);
|
||||
return 1;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(generic_detach_inode);
|
||||
|
||||
static void generic_forget_inode(struct inode *inode)
|
||||
{
|
||||
|
|
|
@ -2167,7 +2167,6 @@ extern ino_t iunique(struct super_block *, ino_t);
|
|||
extern int inode_needs_sync(struct inode *inode);
|
||||
extern void generic_delete_inode(struct inode *inode);
|
||||
extern void generic_drop_inode(struct inode *inode);
|
||||
extern int generic_detach_inode(struct inode *inode);
|
||||
|
||||
extern struct inode *ilookup5_nowait(struct super_block *sb,
|
||||
unsigned long hashval, int (*test)(struct inode *, void *),
|
||||
|
|
Загрузка…
Ссылка в новой задаче