Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e5a4c94 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

vfs: remove file_needs_remove_privs()



This function is now unused.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent c1892c37
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -2726,10 +2726,6 @@ extern void free_inode_nonrcu(struct inode *inode);
extern int should_remove_suid(struct dentry *);
extern int file_remove_privs(struct file *);
extern int dentry_needs_remove_privs(struct dentry *dentry);
static inline int file_needs_remove_privs(struct file *file)
{
	return dentry_needs_remove_privs(file->f_path.dentry);
}

extern void __insert_inode_hash(struct inode *, unsigned long hashval);
static inline void insert_inode_hash(struct inode *inode)