fs/ntfs3: Make ni_ins_new_attr return error
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 13 Jul 2022 16:18:19 +0000 (19:18 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Wed, 3 Aug 2022 15:25:10 +0000 (18:25 +0300)
commit451e45a0e6df21e63acfd493feb5194f4697ce11
tree37bdc75fb241e6cb562ba132fdd85745f04e7141
parent8039edba043d1eaee74bd76e0280a49ba5e195d7
fs/ntfs3: Make ni_ins_new_attr return error

Function ni_ins_new_attr now returns ERR_PTR(err),
so we check it now in other functions like ni_expand_mft_list

Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
fs/ntfs3/frecord.c