commit | d45da67caedacd500879de5e649360cc70777af7 | [log] [tgz] |
---|---|---|
author | Yuan Can <yuancan@huawei.com> | Sat Sep 24 06:32:04 2022 +0000 |
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | Fri Sep 30 17:39:55 2022 +0300 |
tree | 8df0df7aebb7e8554e5adc28c55715998adc0fcf | |
parent | 887bfc546097fbe8071dac13b2fef73b77920899 [diff] |
fs/ntfs3: Use strcmp to determine attribute type The way of determin attribute type is just matching name with the predefined string, do this with strcmp to simplify the code. Signed-off-by: Yuan Can <yuancan@huawei.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>