Searched hist:a95236d99fa56766f11056903439f55fe5038bcf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | ctree.c | diff a95236d99fa56766f11056903439f55fe5038bcf Tue Jun 05 09:41:24 CDT 2012 Jan Schmidt <list.btrfs@jan-o-sch.net> Btrfs: fix return value for __tree_mod_log_oldest_root
In __tree_mod_log_oldest_root() we must return the found operation even if it's not a ROOT_REPLACE operation. Otherwise, the caller assumes that there are no operations to be rewinded and returns immediately.
The code in the caller is modified to improve readability.
Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
|