Skip to content
Commit d7dbe9e7 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: fix compile warnings in extent_io.c



These warnings are bogus since we will always have at least one page in an
eb, but to make the compiler happy just set ret = 0 in these two cases.
Thanks,
Btrfs: fix compile warnings in extent_io.c

These warnings are bogus since we will always have at least one page in an
eb, but to make the compiler happy just set ret = 0 in these two cases.
Thanks,

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
parent 30f8fe3e
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