mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Btrfs: csum_verify_file_block locking fix
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
7cfcc17e7f
commit
2da566edd8
4 changed files with 2 additions and 4 deletions
|
@ -160,7 +160,6 @@ static int csum_tree_block(struct btrfs_root *root, struct buffer_head *bh,
|
|||
int ret;
|
||||
struct btrfs_node *node;
|
||||
|
||||
return 0;
|
||||
ret = btrfs_csum_data(root, bh->b_data + BTRFS_CSUM_SIZE,
|
||||
bh->b_size - BTRFS_CSUM_SIZE, result);
|
||||
if (ret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue