mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
Btrfs: Properly dirty buffers in the split corner cases
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
0999df54f8
commit
0ef8b2428a
@ -2052,6 +2052,7 @@ again:
|
||||
path->nodes[0] = right;
|
||||
path->slots[0] = 0;
|
||||
path->slots[1] += 1;
|
||||
btrfs_mark_buffer_dirty(right);
|
||||
return ret;
|
||||
}
|
||||
mid = slot;
|
||||
@ -2082,6 +2083,7 @@ again:
|
||||
if (wret)
|
||||
ret = wret;
|
||||
}
|
||||
btrfs_mark_buffer_dirty(right);
|
||||
return ret;
|
||||
} else if (extend && slot == 0) {
|
||||
mid = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user