From: Jan Schmidt Date: Thu, 21 Jun 2012 08:59:13 +0000 (+0200) Subject: Btrfs: fix tree mod log for root replacements at leaf level X-Git-Tag: v3.5-rc6~14^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28da9fb4467f7a650cd31af6dfad3a4e4a3abf6e;p=pandora-kernel.git Btrfs: fix tree mod log for root replacements at leaf level For the tree mod log, we don't log any operations at leaf level. If the root is at the leaf level (i.e. the tree consists only of the root), then __tree_mod_log_oldest_root will find a ROOT_REPLACE operation in the log (because we always log that one no matter which level), but no other operations. With this patch __tree_mod_log_oldest_root exits cleanly instead of BUGging in this situation. get_old_root checks if its really a root at leaf level in case we don't have any operations and WARNs if this assumption breaks. Signed-off-by: Jan Schmidt --- Reading git-diff-tree failed