Home
last modified time | relevance | path

Searched hist:c31931088fd6cf953bd0868a2647b6c3928e6c96 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff c31931088fd6cf953bd0868a2647b6c3928e6c96 Thu May 31 12:24:36 CDT 2012 Jan Schmidt <list.btrfs@jan-o-sch.net> Btrfs: fix tree mod log rewinded level and rewinding of moved keys

When we rewind REMOVE_WHILE_FREEING operations, there's code that allocates
a fresh buffer instead of cloning the old one. Setting that buffer's level
correctly was missing in this case.

When rewinding a MOVE_KEYS operation, btrfs_node_key_ptr_offset(slot) was
missing for memmove_extent_buffer()'s arguments.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>