summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/tree-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/tree-log.h')
-rw-r--r--fs/btrfs/tree-log.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/tree-log.h b/fs/btrfs/tree-log.h
index 767765031e59..0fab84a8f670 100644
--- a/fs/btrfs/tree-log.h
+++ b/fs/btrfs/tree-log.h
@@ -15,7 +15,6 @@
15struct btrfs_log_ctx { 15struct btrfs_log_ctx {
16 int log_ret; 16 int log_ret;
17 int log_transid; 17 int log_transid;
18 int io_err;
19 bool log_new_dentries; 18 bool log_new_dentries;
20 struct inode *inode; 19 struct inode *inode;
21 struct list_head list; 20 struct list_head list;
@@ -26,7 +25,6 @@ static inline void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx,
26{ 25{
27 ctx->log_ret = 0; 26 ctx->log_ret = 0;
28 ctx->log_transid = 0; 27 ctx->log_transid = 0;
29 ctx->io_err = 0;
30 ctx->log_new_dentries = false; 28 ctx->log_new_dentries = false;
31 ctx->inode = inode; 29 ctx->inode = inode;
32 INIT_LIST_HEAD(&ctx->list); 30 INIT_LIST_HEAD(&ctx->list);