Merge tag 'iwlwifi-next-for-kalle-2015-05-03' of https://git.kernel.org/pub/scm/linux...
[cascardo/linux.git] / fs / btrfs / tree-log.h
index 154990c..6916a78 100644 (file)
@@ -29,6 +29,7 @@ struct btrfs_log_ctx {
        int log_ret;
        int log_transid;
        int io_err;
+       bool log_new_dentries;
        struct list_head list;
 };
 
@@ -37,6 +38,7 @@ static inline void btrfs_init_log_ctx(struct btrfs_log_ctx *ctx)
        ctx->log_ret = 0;
        ctx->log_transid = 0;
        ctx->io_err = 0;
+       ctx->log_new_dentries = false;
        INIT_LIST_HEAD(&ctx->list);
 }