Btrfs: tree mod log sanity checks in join_transaction
authorJan Schmidt <list.btrfs@jan-o-sch.net>
Sun, 20 May 2012 13:43:53 +0000 (15:43 +0200)
committerJan Schmidt <list.btrfs@jan-o-sch.net>
Wed, 30 May 2012 13:17:36 +0000 (15:17 +0200)
When a fresh transaction begins, the tree mod log must be clean. Users of
the tree modification log must ensure they never span across transaction
boundaries.

We reset the sequence to 0 in this safe situation to make absolutely sure
overflow can't happen.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>

No differences found