From 236764991bbb8f8d45ddb60f94b16cf3a58a38e2 Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Mon, 1 Dec 2008 19:28:01 +0000
Subject: [PATCH] Branch HEAD Fix double comment termination. i=deen

---
 lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch b/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch
index dc30b62246..0276d5935b 100644
--- a/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch
+++ b/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch
@@ -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)) {
-- 
GitLab