Searched hist:b56baf5bedccd3258643b09289f17ceab3ddea52 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | file-item.c | diff b56baf5bedccd3258643b09289f17ceab3ddea52 Mon Oct 29 11:01:05 CDT 2007 Yan <yanzheng@21cn.com> Minor fix for btrfs_csum_file_block.
Execution should goto label 'insert' when 'btrfs_next_leaf' return a non-zero value, otherwise the parameter 'slot' for 'btrfs_item_key_to_cpu' may be out of bounds. The original codes jump to label 'insert' only when 'btrfs_next_leaf' return a negative value.
Signed-off-by: Chris Mason <chris.mason@oracle.com>
|