]> git.baikalelectronics.ru Git - kernel.git/commit
fs/ntfs3: Refactoring of ntfs_set_ea
authorKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Fri, 24 Sep 2021 14:53:56 +0000 (17:53 +0300)
committerKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Tue, 5 Oct 2021 13:39:25 +0000 (16:39 +0300)
commit008cc773a658ae80b64fcb7e4132056c6d5f8abe
tree06c73108a2511be7d4ac037a31a11c0e68103d5c
parent21d72285fc5a10249b0eed9ac495009d40151542
fs/ntfs3: Refactoring of ntfs_set_ea

Make code more readable.
Don't try to read zero bytes.
Add warning when size of exteneded attribute exceeds limit.

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