We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc81ec commit fe5186cCopy full SHA for fe5186c
fs/efivarfs/super.c
@@ -21,6 +21,7 @@ LIST_HEAD(efivarfs_list);
21
static void efivarfs_evict_inode(struct inode *inode)
22
{
23
clear_inode(inode);
24
+ kfree(inode->i_private);
25
}
26
27
static const struct super_operations efivarfs_ops = {
0 commit comments