commit 9b4a8eac17f0d840729384618b4b1e876233026c Author: Greg Kroah-Hartman Date: Sat Mar 2 18:23:09 2024 +0100 Linux 6.6.20 Signed-off-by: Greg Kroah-Hartman commit af0d04f02145f09564aa1ae8eacac07bfb570eb3 Author: Mark O'Donovan Date: Wed Feb 21 10:43:58 2024 +0000 fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS commit c8e314624a1666ed2eec28549713021a8ec801e9 upstream. When CONFIG_NTFS3_LZX_XPRESS is not set then we get the following build error: fs/ntfs3/frecord.c:2460:16: error: unused variable ‘i_size’ Signed-off-by: Mark O'Donovan Fixes: 4fd6c08a16d7 ("fs/ntfs3: Use i_size_read and i_size_write") Tested-by: Chris Clayton Signed-off-by: Linus Torvalds Reported-by: Rainer Fiebig Cc: Nathan Chancellor Signed-off-by: Greg Kroah-Hartman