From: Dave Chinner <david@fromorbit.com>
To: Christoph Hellwig <hch@lst.de>
Cc: cem@kernel.org, djwong@kernel.org, dchinner@redhat.com,
linux-xfs@vger.kernel.org, "Lai, Yi" <yi1.lai@linux.intel.com>
Subject: Re: [PATCH] xfs: remove xfs_buf_cache.bc_lock
Date: Tue, 28 Jan 2025 17:44:00 +1100 [thread overview]
Message-ID: <Z5h8sOZmA-1WHybn@dread.disaster.area> (raw)
In-Reply-To: <20250128050613.GA18688@lst.de>
On Tue, Jan 28, 2025 at 06:06:14AM +0100, Christoph Hellwig wrote:
> On Tue, Jan 28, 2025 at 07:19:11AM +1100, Dave Chinner wrote:
> > Ok, so now we can get racing inserts, which means this can find
> > the buffer that has just been inserted by another thread in this
> > same function. Or, indeed, and xfs_buf_lookup() call.
>
> Yes.
>
> > What prevents
> > those racing tasks from using this buffer before the task that
> > inserted it can use it?
> >
> > I think that the the buffer lock being initialised to "held" and
> > b_hold being initialised to 1 make this all work correctly,
>
> Exactly, the buffer is inserted with the b_sema held and b_hold
> initializes 1, aka locked and held.
>
> > but
> > comments that explicitly spell out why RCU inserts are safe
> > (both in xfs_buf_alloc() for the init values and here) would be
> > appreciated.
>
> Sure.
Thanks.
> > > struct xfs_buf_cache {
> > > - spinlock_t bc_lock;
> > > struct rhashtable bc_hash;
> > > };
> >
> > At this point, the struct xfs_buf_cache structure can go away,
> > right? (separate patch and all that...)
>
> Yes. And in fact I think the per-pag hash should also go away, as with
> the per-bucket locking there is no point in it. I've had this patch in
> my testing runs for a while, which I think is where we should be
> going:
>
> http://git.infradead.org/?p=users/hch/xfs.git;a=commitdiff;h=890cd2cd255710ee5d3408bc60792b9cdad3adfb
*nod*
Code seems reasonable, but it'll need some benchmarking and
scalability analysis before merging...
-Dave.
--
Dave Chinner
david@fromorbit.com
prev parent reply other threads:[~2025-01-28 6:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <F1frw9ISF6ezkoa1AYYRx2dhdiUS2CrMsKS_bCvbipw2Fm0rtSrrDZ3FBIeNcdwJN328johEKEeARThjO_0-JQ==@protonmail.internalid>
2025-01-27 15:05 ` [PATCH] xfs: remove xfs_buf_cache.bc_lock Christoph Hellwig
2025-01-27 15:45 ` Carlos Maiolino
2025-01-27 20:19 ` Dave Chinner
2025-01-28 5:06 ` Christoph Hellwig
2025-01-28 6:44 ` Dave Chinner [this message]
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=Z5h8sOZmA-1WHybn@dread.disaster.area \
--to=david@fromorbit.com \
--cc=cem@kernel.org \
--cc=dchinner@redhat.com \
--cc=djwong@kernel.org \
--cc=hch@lst.de \
--cc=linux-xfs@vger.kernel.org \
--cc=yi1.lai@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox