commit | 18674c6cc10e78745f7af7faf26583ea9fe78c38 | [log] [tgz] |
---|---|---|
author | Filipe David Borba Manana <fdmanana@gmail.com> | Wed Aug 14 03:00:21 2013 +0100 |
committer | Chris Mason <chris.mason@fusionio.com> | Sun Sep 01 08:15:49 2013 -0400 |
tree | 16a32e2864b5751ed38e5d92bc996f25e2f291a9 | |
parent | a696cf3529cecd261d6534fec242e39177b57e19 [diff] |
Btrfs: don't miss inode ref items in BTRFS_IOC_INO_LOOKUP If the inode ref key was not found and the current leaf slot was 0 (first item in the leaf) the code would always return -ENOENT. This was not correct because the desired inode ref item might be the last item in the previous leaf. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>