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

From: Alex Shi
Date: Sun Nov 08 2020 - 03:11:57 EST




在 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: