ovl: use generic_delete_inode
No point in keeping overlay inodes around since they will never be reused. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
parent
c1b2cc1a76
commit
eead4f2dc4
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ static const struct super_operations ovl_super_operations = {
|
||||||
.statfs = ovl_statfs,
|
.statfs = ovl_statfs,
|
||||||
.show_options = ovl_show_options,
|
.show_options = ovl_show_options,
|
||||||
.remount_fs = ovl_remount,
|
.remount_fs = ovl_remount,
|
||||||
|
.drop_inode = generic_delete_inode,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
Loading…
Reference in a new issue