summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorHyunchul Lee <hyc.lee@gmail.com>2026-08-21 14:00:53 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-08-21 19:06:36 +0900
commit56cc42a7b3878ad1450d04713beabeb3e7447b14 (patch)
treeeb57c17b488746897ab5987c61387b688bf22417 /tools/perf/scripts/python
parentd38ce59d16d53194cf184baa822d5f2ad528b92e (diff)
ntfs: return errors from ntfs_attr_readall
ntfs_attr_readall() currently loses the failure reason for attribute lookup, allocation, and read failures by returning NULL. Return ERR_PTR() with the original error instead. The reparse parser can then propagate allocation and I/O errors without treating them as filesystem corruption. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions