commit | 0a4eefbb745ec0e8a5b694ae3f40cc34082d8f61 | [log] [tgz] |
---|---|---|
author | Yan Zheng <zheng.yan@oracle.com> | Fri Jul 24 11:06:53 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Jul 24 11:22:47 2009 -0400 |
tree | b8c144c52f2725fa05325f282d8d2e4edc2e7181 | |
parent | 1fcbac581be375ca0a686f72ee2b7fd1dbf386e7 [diff] |
Btrfs: Fix ordering of key field checks in btrfs_previous_item Check objectid of item before checking the item type, otherwise we may return zero for a key that is actually too low. Signed-off-by: Yan Zheng <zheng.yan@oracle.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>