[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1456136288-4718-2-git-send-email-phil@philippeloctaux.com>
Date: Mon, 22 Feb 2016 11:18:07 +0100
From: Philippe Loctaux <phil@...lippeloctaux.com>
To: clm@...com
Cc: jbacik@...com, dsterba@...e.com, linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Philippe Loctaux <phil@...lippeloctaux.com>
Subject: [PATCH 2/3] Btrfs: disk-io: fixed an assignment error
Added spaces required around the equal sign, fixing a checkpatch error.
Signed-off-by: Philippe Loctaux <phil@...lippeloctaux.com>
---
fs/btrfs/disk-io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 84cbf16..f642b30 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -4412,7 +4412,7 @@ void btrfs_cleanup_one_transaction(struct btrfs_transaction *cur_trans,
btrfs_destroy_pinned_extent(root,
root->fs_info->pinned_extents);
- cur_trans->state =TRANS_STATE_COMPLETED;
+ cur_trans->state = TRANS_STATE_COMPLETED;
wake_up(&cur_trans->commit_wait);
/*
--
2.7.1
Powered by blists - more mailing lists