]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc3e0696523862c48b4d8c73ffb2867e9db478338
treed27ae3822f86dc2d30e460e9cc867daf479a2788
parent28da9fb4467f7a650cd31af6dfad3a4e4a3abf6e
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