Skip to content
Snippets Groups Projects
Commit 23676499 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix double comment termination.
i=deen
parent b9a0a692
No related merge requests found
......@@ -124,7 +124,7 @@ Index: linux-2.6/fs/jbd/commit.c
+ *
+ * Locking not strictly required, since this is the only process
+ * touching this transaction anymore, but is done to keep code
+ * checkers happy and has no contention in any case. */
+ * checkers happy and has no contention in any case.
+ */
+ spin_lock(&commit_transaction->t_jcb_lock);
+ if (!list_empty(&commit_transaction->t_jcb)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment