Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
drivers/infiniband/hw/qib/qib_fs.c
··· 439 439 return PTR_ERR(dir); 440 440 } 441 441 simple_recursive_removal(dir, NULL); 442 + dput(dir); 442 443 return 0; 443 444 } 444 445