summaryrefslogtreecommitdiff
path: root/fs/btrfs/transaction.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-06-09 02:11:48 +0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-06-09 02:11:48 +0400
commitfacda1e787d43191a3368c322f682054991c41b8 (patch)
tree53f64db2d80ee138adc997cccae979c87fd52a7b /fs/btrfs/transaction.h
parent08607c1b182b3b8b54d7141a0c012cda17d201e6 (diff)
downloadlinux-facda1e787d43191a3368c322f682054991c41b8.tar.xz
Btrfs: get forced transaction commits via workqueue
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r--fs/btrfs/transaction.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h
index 0b08208be853..f25b4900db45 100644
--- a/fs/btrfs/transaction.h
+++ b/fs/btrfs/transaction.h
@@ -8,7 +8,6 @@ struct btrfs_transaction {
int in_commit;
int use_count;
int commit_done;
- int magic;
struct list_head list;
struct radix_tree_root dirty_pages;
unsigned long start_time;
@@ -17,13 +16,11 @@ struct btrfs_transaction {
};
struct btrfs_trans_handle {
- int magic;
u64 transid;
unsigned long blocks_reserved;
unsigned long blocks_used;
struct btrfs_transaction *transaction;
struct btrfs_block_group_cache *block_group;
- int magic2;
};