Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"

2025-05-30 Thread Christian Brauner
On Fri, 23 May 2025 14:37:49 +1000, Alistair Popple wrote: > Commit 6be3e21d25ca ("fs/dax: don't skip locked entries when scanning > entries") introduced a new function, wait_entry_unlocked_exclusive(), > which waits for the current entry to become unlocked without advancing > the XArray iterator s

Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"

2025-05-28 Thread Alistair Popple
On Tue, May 27, 2025 at 02:46:28PM -0700, Dan Williams wrote: > Alistair Popple wrote: > > Commit 6be3e21d25ca ("fs/dax: don't skip locked entries when scanning > > entries") introduced a new function, wait_entry_unlocked_exclusive(), > > which waits for the current entry to become unlocked without

Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"

2025-05-27 Thread Dan Williams
Alistair Popple wrote: > Commit 6be3e21d25ca ("fs/dax: don't skip locked entries when scanning > entries") introduced a new function, wait_entry_unlocked_exclusive(), > which waits for the current entry to become unlocked without advancing > the XArray iterator state. > > Waiting for the entry to

Re: [PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"

2025-05-26 Thread Jan Kara
On Fri 23-05-25 14:37:49, Alistair Popple wrote: > Commit 6be3e21d25ca ("fs/dax: don't skip locked entries when scanning > entries") introduced a new function, wait_entry_unlocked_exclusive(), > which waits for the current entry to become unlocked without advancing > the XArray iterator state. > >

[PATCH] fs/dax: Fix "don't skip locked entries when scanning entries"

2025-05-22 Thread Alistair Popple
Commit 6be3e21d25ca ("fs/dax: don't skip locked entries when scanning entries") introduced a new function, wait_entry_unlocked_exclusive(), which waits for the current entry to become unlocked without advancing the XArray iterator state. Waiting for the entry to become unlocked requires dropping t