We expect current->journal_info to point to the trans handle we are
committing.

Signed-off-by: Sage Weil <s...@inktank.com>
---
 fs/btrfs/transaction.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index efc41a5..f910a26 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -1236,6 +1236,8 @@ static void do_async_commit(struct work_struct *work)
                &ac->root->fs_info->sb->s_writers.lock_map[SB_FREEZE_FS-1],
                0, 1, _THIS_IP_);
 
+       current->journal_info = ac->newtrans;
+
        btrfs_commit_transaction(ac->newtrans, ac->root);
        kfree(ac);
 }
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to