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

Commit 07958f9f authored by Al Viro's avatar Al Viro
Browse files

->delete_inode() is gone



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 0930fcc1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -335,8 +335,6 @@ static void evict(struct inode *inode, int delete)

	if (op->evict_inode) {
		op->evict_inode(inode);
	} else if (delete && op->delete_inode) {
		op->delete_inode(inode);
	} else {
		if (inode->i_data.nrpages)
			truncate_inode_pages(&inode->i_data, 0);
+0 −1
Original line number Diff line number Diff line
@@ -1564,7 +1564,6 @@ struct super_operations {
	int (*write_inode) (struct inode *, struct writeback_control *wbc);
	void (*drop_inode) (struct inode *);
	void (*evict_inode) (struct inode *);
	void (*delete_inode) (struct inode *);
	void (*put_super) (struct super_block *);
	void (*write_super) (struct super_block *);
	int (*sync_fs)(struct super_block *sb, int wait);