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

Commit eead4f2d authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

ovl: use generic_delete_inode



No point in keeping overlay inodes around since they will never be reused.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent c1b2cc1a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -691,6 +691,7 @@ static const struct super_operations ovl_super_operations = {
	.statfs		= ovl_statfs,
	.show_options	= ovl_show_options,
	.remount_fs	= ovl_remount,
	.drop_inode	= generic_delete_inode,
};

enum {