commit | d062d13cf1a100d5632306a28f9a9f54aced1280 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Tue Jul 30 15:44:09 2013 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Sep 01 08:04:40 2013 -0400 |
tree | fd3bd85c629c61ccdfbc87f5f31f488b887736f0 | |
parent | 151a41bc46df2a9cb5e05c3b3265cedc1f65a86f [diff] |
Btrfs: check to see if we have an inline item properly If our item isn't big enough to have an actual inline item when we have skinny metadata enabled just return 1 in find_inline_backref so we can move on to the next item. This probably wasn't causing a problem since we check the values of ptr and end properly, but just in case this will keep us from doing extra work. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>