Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Mon, 1 Dec 2008 19:28:01 +0000 (19:28 +0000)
committeradilger <adilger>
Mon, 1 Dec 2008 19:28:01 +0000 (19:28 +0000)
Fix double comment termination.
i=deen

lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch

index dc30b62..0276d59 100644 (file)
@@ -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)) {