Skip to content
Commit 0b8d8ce0 authored by Luis de Bethencourt's avatar Luis de Bethencourt Committed by David Sterba
Browse files

btrfs: check-integrity: Fix returned errno codes



check-integrity is using -1 instead of the -ENOMEM defined macro to
specify that a buffer allocation failed. Since the error number is
propagated, the caller will get a -EPERM which is the wrong error
condition.

Also, the smatch tool complains with the following warnings:
btrfsic_process_superblock() warn: returning -1 instead of -ENOMEM is sloppy
btrfsic_read_block() warn: returning -1 instead of -ENOMEM is sloppy

Reviewed-by: default avatarDavid Sterba <dsterba@suse.com>
Signed-off-by: default avatarLuis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent d9187649
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment