Skip to content

Commit 1bbc991

Browse files
committed
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull dentry leak fix from Al Viro: "Dentry leak fix in the qibfs driver that I forgot to send a pull request for ;-/ My apologies - it actually sat in vfs.git#fixes for more than two months..." * tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: qibfs: fix dentry leak
2 parents 45db3ab + aa23317 commit 1bbc991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/infiniband/hw/qib/qib_fs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ static int remove_device_files(struct super_block *sb,
439439
return PTR_ERR(dir);
440440
}
441441
simple_recursive_removal(dir, NULL);
442+
dput(dir);
442443
return 0;
443444
}
444445

0 commit comments

Comments
 (0)