]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix compile warnings in extent_io.c
authorJosef Bacik <josef@redhat.com>
Mon, 23 Apr 2012 18:00:51 +0000 (14:00 -0400)
committerJosef Bacik <josef@redhat.com>
Wed, 30 May 2012 14:23:28 +0000 (10:23 -0400)
commit887899bd2a4bbb83c48b146c1f23c5b262c23552
treebd8867012783e347c3965aabe25352e7da272081
parent2c1d6be6afe03dbab3690be27ff48bd1684a4c2b
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>
fs/btrfs/extent_io.c