]> git.baikalelectronics.ru Git - kernel.git/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)
committerChris Mason <clm@fb.com>
Thu, 22 Oct 2015 01:51:45 +0000 (18:51 -0700)
commitc2fe4219d4b531d53e4476590883b809d1d6db05
treee49b77582067a853de06552056a1ae82785024a4
parent62434add0566172516da293cc80c5daaa1e08ef4
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>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/extent-tree.c
fs/btrfs/transaction.c
fs/btrfs/transaction.h
fs/btrfs/volumes.c