Re: [PATCH] fs/ntfs: remove unused varibles

2020-11-09 Thread Anton Altaparmakov
Hi, Andrew, please can you merge this? Thanks a lot in advance! Alex, thank you for the patch! Best regards, Anton > On 8 Nov 2020, at 07:38, Alex Shi wrote: > > We actually don't use these varibles, so remove them to avoid gcc warning: > fs/ntfs/file.c:326:14: warning: variable

[PATCH] fs/ntfs: remove unused varibles

2020-11-07 Thread Alex Shi
We actually don't use these varibles, so remove them to avoid gcc warning: fs/ntfs/file.c:326:14: warning: variable ‘base_ni’ set but not used [-Wunused-but-set-variable] fs/ntfs/logfile.c:481:21: warning: variable ‘log_page_mask’ set but not used [-Wunused-but-set-variable] Signed-off-by: Alex