[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45855.1730383584@warthog.procyon.org.uk>
Date: Thu, 31 Oct 2024 14:06:24 +0000
From: David Howells <dhowells@...hat.com>
To: Chang Yu <marcus.yu.56@...il.com>
Cc: dhowells@...hat.com, jlayton@...nel.org, netfs@...ts.linux.dev,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
syzbot+af5c06208fa71bf31b16@...kaller.appspotmail.com,
skhan@...uxfoundation.org
Subject: Re: [PATCH] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
Chang Yu <marcus.yu.56@...il.com> wrote:
> I see. This might be a stupid question, but is it ever possible that we have
> exactly one folioq and at the same time
>
> slot >= folioq_nr_slots(folioq)
>
> is true? Then I imagine netfs_delete_buffer_head would return NULL and
> cause the bug to trigger as well?
Whilst it is possible for "slot >= folioq_nr_slots(folioq)" to be true on what
is currently the last folioq, wreq->cleaned_to suggests that there must be
still-locked folios in the queue:
unsigned long long clean_to = min(wreq->collected_to, wreq->contiguity);
if (wreq->cleaned_to < clean_to)
netfs_writeback_unlock_folios(wreq, clean_to, ¬es);
David
Powered by blists - more mailing lists