Skip to content
Commit c8e31462 authored by Mark O'Donovan's avatar Mark O'Donovan Committed by Linus Torvalds
Browse files

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: default avatarMark O'Donovan <shiftee@posteo.net>
Fixes: 4fd6c08a

 ("fs/ntfs3: Use i_size_read and i_size_write")
Tested-by: default avatarChris Clayton <chris2553@googlemail.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d206a76d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment