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 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-client

Pull ceph fix from Ilya Dryomov:
"A trivial dentry leak fix from Zheng"

* tag 'ceph-for-4.18-rc3' of git://github.com/ceph/ceph-client:
ceph: fix dentry leak in splice_dentry()

+1
+1
fs/ceph/inode.c
··· 1135 1135 if (IS_ERR(realdn)) { 1136 1136 pr_err("splice_dentry error %ld %p inode %p ino %llx.%llx\n", 1137 1137 PTR_ERR(realdn), dn, in, ceph_vinop(in)); 1138 + dput(dn); 1138 1139 dn = realdn; /* note realdn contains the error */ 1139 1140 goto out; 1140 1141 } else if (realdn) {