xfs: Fix binary search in xfs_dir2_leaf_find_entry() function
commitece14eb746d5439a91d10bfd803c3db412686cc4
authorPaulo Alcantara <pcacjr@zytor.com>
Mon, 23 Jul 2012 00:47:55 +0000 (22 21:47 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Mon, 23 Jul 2012 14:42:31 +0000 (23 11:42 -0300)
tree2f104df7f810dac378fb14ec2c7f5018ced29bb9
parent4ae18523c2e1b462be15c620f49298777c8cf387
xfs: Fix binary search in xfs_dir2_leaf_find_entry() function

The "high" variable wasn't being updated correctly, so the "high" and
"low" variables were containing the same value in the search.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/fs/xfs/xfs.c