]> git.hungrycats.org Git - linux/commit
Btrfs: add a flags field to btrfs_transaction
authorJosef Bacik <jbacik@fb.com>
Thu, 24 Sep 2015 14:46:10 +0000 (10:46 -0400)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Wed, 28 Oct 2015 01:11:44 +0000 (21:11 -0400)
commit7cf7483cb569f2dd33df717fdbf0f2bc799eb30a
tree0b5199b2b81972d1976d11113c4905b8815c8566
parente8a40c02baae6929f812cb6e64ea3d84c784388a
Btrfs: add a flags field to btrfs_transaction

I want to set some per transaction flags, so instead of adding yet another int
lets just convert the current two int indicators to flags and add a flags field
for future use.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fb.com>
(cherry picked from commit d500be31aceb8a6d6f936e4460dbfd6e6ff99487)
(cherry picked from commit e0d90d690adbd775c998e78a5fc837c49a29394d)
fs/btrfs/extent-tree.c
fs/btrfs/transaction.c
fs/btrfs/transaction.h
fs/btrfs/volumes.c