Home
last modified time | relevance | path

Searched hist:c3e0696523862c48b4d8c73ffb2867e9db478338 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff c3e0696523862c48b4d8c73ffb2867e9db478338 Thu Jun 21 04:01:06 CDT 2012 Jan Schmidt <list.btrfs@jan-o-sch.net> 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>