On Sat, Mar 02, 2024 at 10:30:54AM +0100, Rainer Fiebig wrote: > Am 01.03.24 um 18:56 schrieb Nathan Chancellor: > > On Fri, Mar 01, 2024 at 03:42:17PM +0100, Rainer Fiebig wrote: > >> fs/ntfs3/frecord.c: In Funktion »ni_read_frame«: > >> fs/ntfs3/frecord.c:2460:16: Error: variable >>i_size<< is not used" > >> [-Werror=unused-variable] > >> 2460 | loff_t i_size = i_size_read(&ni->vfs_inode); > >> | ^~~~~~ > > > > This is a regression that was inherited from mainline because > > commit 4fd6c08a16d7 ("fs/ntfs3: Use i_size_read and i_size_write") was > > applied to stable without commit c8e314624a16 ("fs/ntfs3: fix build > > without CONFIG_NTFS3_LZX_XPRESS"). > With CONFIG_NTFS3_LZX_XPRESS=y the build was fine. Thanks for the report, will go do a new release with this fix in it. greg k-h