diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2021-08-24 14:48:58 +0300 |
---|---|---|
committer | Konstantin Komarov <almaz.alexandrovich@paragon-software.com> | 2021-08-27 17:05:13 +0300 |
commit | 2926e4297053c735ab65450192dfba32a4f47fa9 (patch) | |
tree | 3b5e6902bbdc8cfbe6686fba3feb67a8cec9269f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a1b04d380ab64790a7b4a8eb52e14679e47065ab (diff) |
fs/ntfs3: fix an error code in ntfs_get_acl_ex()
The ntfs_get_ea() function returns negative error codes or on success
it returns the length. In the original code a zero length return was
treated as -ENODATA and results in a NULL return. But it should be
treated as an invalid length and result in an PTR_ERR(-EINVAL) return.
Fixes: be71b5cba2e6 ("fs/ntfs3: Add attrib operations")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions