commit | a95236d99fa56766f11056903439f55fe5038bcf | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Tue Jun 05 16:41:24 2012 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Thu Jun 14 18:44:22 2012 +0200 |
tree | 90a9ea2656772900ac411cf43333ec25ed712363 | |
parent | 8ba97a15e7d4f70b9af71fa1db86a28dd17ad1b2 [diff] |
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>