commit | c8e314624a1666ed2eec28549713021a8ec801e9 | [log] [tgz] |
---|---|---|
author | Mark O'Donovan <shiftee@posteo.net> | Wed Feb 21 10:43:58 2024 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Feb 26 09:32:23 2024 -0800 |
tree | 2a2760161b8e56a166e97a76f34aad37d9531c5f | |
parent | d206a76d7d2726f3b096037f2079ce0bd3ba329b [diff] |
fs/ntfs3: fix build without CONFIG_NTFS3_LZX_XPRESS 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 <shiftee@posteo.net> Fixes: 4fd6c08a16d7 ("fs/ntfs3: Use i_size_read and i_size_write") Tested-by: Chris Clayton <chris2553@googlemail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>