Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/hyperfs/hyperfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1470,6 +1470,7 @@ static const struct super_operations hyperfs_super_operations = {
.put_super = hyperfs_put_super,
.show_options = hyperfs_show_options,
.drop_inode = generic_delete_inode,
.statfs = simple_statfs,
};

static void hyperfs_d_release(struct dentry *dentry)
Expand Down
Loading