commit | 3a5f44cc6aec0d4ecca23dd0ecbe98f1f998c3e5 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Mon Apr 23 14:00:51 2012 -0400 |
committer | Josef Bacik <josef@redhat.com> | Tue Apr 24 15:18:29 2012 -0400 |
tree | 4891e57b2fd4f64ee5e7df756e5f746753df1544 | |
parent | 695095d1742a111617b0add0bf69b5f6cfe205ea [diff] |
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: Josef Bacik <josef@redhat.com>