From: Jan Schmidt Date: Thu, 21 Jun 2012 09:01:06 +0000 (+0200) Subject: Btrfs: always put insert_ptr modifications into the tree mod log X-Git-Tag: v3.5-rc6~14^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3e0696523862c48b4d8c73ffb2867e9db478338;p=pandora-kernel.git Btrfs: always put insert_ptr modifications into the tree mod log Several callers of insert_ptr set the tree_mod_log parameter to 0 to avoid addition to the tree mod log. In fact, we need all of those operations. This commit simply removes the additional parameter and makes addition to the tree mod log unconditional. Signed-off-by: Jan Schmidt --- Reading git-diff-tree failed