Re: [PATCH GRUB] fs/xfs: fix large extent counters incompat feature support

2024-12-04 Thread Anthony Iliopoulos via Grub-devel
On Wed, Dec 04, 2024 at 07:50:28AM -0600, Eric Sandeen wrote: > When large extent counter / NREXT64 support was added to grub, it missed > a couple of direct reads of nextents which need to be changed to the new > NREXT64-aware helper as well. Without this, we'll have mis-reads of some > directorie

[PATCH GRUB] fs/xfs: fix large extent counters incompat feature support

2024-12-04 Thread Eric Sandeen
When large extent counter / NREXT64 support was added to grub, it missed a couple of direct reads of nextents which need to be changed to the new NREXT64-aware helper as well. Without this, we'll have mis-reads of some directories with this feature enabled. (The large extent counter fix likely rac