summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNamjae Jeon <linkinjeon@kernel.org>2026-07-20 17:42:21 +0900
committerNamjae Jeon <linkinjeon@kernel.org>2026-08-19 18:16:40 +0900
commit3e497af63725c8ef24f7f8d34d8fd7975142c71d (patch)
tree6392bb0d56e5cd3c40bddef05bdb11627e1043b5 /scripts
parent34d22551add7aa0d44d664d13cf106d66b67e9fa (diff)
downloadlinux-next-3e497af63725c8ef24f7f8d34d8fd7975142c71d.tar.gz
linux-next-3e497af63725c8ef24f7f8d34d8fd7975142c71d.zip
ntfs: propagate compression context allocation errors
ntfs_compress_block() returns -ENOMEM when its compression context cannot be allocated, but its unsigned return type turns the error into a large positive value. ntfs_write_cb() then hides the allocation failure. Use a signed return type and propagate negative errors to the caller. Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions