Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / fs / btrfs / tree-log.h
index 154990c26dcbc9d63508228b9125182b7168b80e..6916a781ea02cbdff331b002949369f41113d2d1 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);
 }