]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: always put insert_ptr modifications into the tree mod log
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Thu, 21 Jun 2012 09:01:06 +0000 (11:01 +0200)
committerJan Schmidt <list.btrfs@jan-o-sch.net>
Wed, 27 Jun 2012 14:34:39 +0000 (16:34 +0200)
commite08ab7c6f926ac797577bec27171ef6fefd97c58
treed27ae3822f86dc2d30e460e9cc867daf479a2788
parent80a264349d0c5a1d8d96ff84c6868f83627bcd69
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 <list.btrfs@jan-o-sch.net>
fs/btrfs/ctree.c