From: "Matt W. Benjamin" <matt@linuxbox.com>
To: ceph-devel <ceph-devel@vger.kernel.org>
Subject: wip-libcephfs-firefly-rb
Date: Fri, 7 Feb 2014 19:02:10 -0500 (EST) [thread overview]
Message-ID: <256713015.152.1391817730841.JavaMail.root@thunderbeast.private.linuxbox.com> (raw)
Hi Sage and Ceph devs,
Casey over here root-caused and we believe fixed the refcounting problem on our wip-libcephfs branch, and
a rebase to firefly is in progress.
The fix is on wip-libcephfs-firefly-rb :
"""
fuse: fix for missing ll_ref on create
when the 'Inode **outp' argument was added to ll_create(), it was
changed to only take the ll_ref if outp was not NULL. fuse_ll_create()
was calling ll_create() with outp=NULL, and subsequently calling
fuse_reply_create() (which causes fuse to increment the lookup count)
without registering the initial ll_ref
this patch adds a dummy inode pointer i2 to the ll_create() call to
claim our initial reference
Signed-off-by: Casey Bodley <casey@linuxbox.com>
"""
We're still finishing up the rebase, but I expect to have one tested by some time tomorrow am.
Thanks,
Matt
--
Matt Benjamin
The Linux Box
206 South Fifth Ave. Suite 150
Ann Arbor, MI 48104
http://linuxbox.com
tel. 734-761-4689
fax. 734-769-8938
cel. 734-216-5309
next reply other threads:[~2014-02-08 0:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-08 0:02 Matt W. Benjamin [this message]
2014-02-08 23:36 ` wip-libcephfs-firefly-rb Sage Weil
2014-02-09 0:27 ` wip-libcephfs-firefly-rb Matt W. Benjamin
2014-02-11 14:57 ` wip-libcephfs-firefly-rb Sage Weil
2014-02-11 15:12 ` wip-libcephfs-firefly-rb Matt W. Benjamin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=256713015.152.1391817730841.JavaMail.root@thunderbeast.private.linuxbox.com \
--to=matt@linuxbox.com \
--cc=ceph-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.