Skip to content
  • Josef Bacik's avatar
    Btrfs: fix compile warnings in extent_io.c · d7dbe9e7
    Josef Bacik authored
    
    
    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>
    d7dbe9e7