Re: [PATCH] fs/ntfs: remove unused varible attr_len

2020-11-09 Thread Anton Altaparmakov
Hi Andrew, Can you also please merge this one? Thanks a lot in advance! Alex, again, thank you for the patch! Best regards, Anton > On 8 Nov 2020, at 08:06, Alex Shi wrote: > From: Alex Shi > Date: Sun, 8 Nov 2020 15:52:32 +0800 > Subject: [PATCH] fs/ntfs: remove unused varible

Re: [PATCH] fs/ntfs: remove unused varible attr_len

2020-11-08 Thread Alex Shi
在 2020/11/8 下午3:54, Alex Shi 写道: >*/ > - attr_len = le32_to_cpu(a->length); > + le32_to_cpu(a->length); This line is also useless. and should be removed. so: >From d1c6de723995adeeecb90c6fd77811dd85b697e6 Mon Sep 17 00:00:00 2001 From: Alex Shi Date: Sun, 8 Nov 2020 15:52:32