Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff f230475e62f77930e776881deb6e95cfd2226bd4 Sat May 26 04:43:17 CDT 2012 Jan Schmidt <list.btrfs@jan-o-sch.net> Btrfs: put all block modifications into the tree mod log

When running functions that can make changes to the internal trees
(e.g. btrfs_search_slot), we check if somebody may be interested in the
block we're currently modifying. If so, we record our modification to be
able to rewind it later on.

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