Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9a0a69
)
Branch HEAD
author
adilger
<adilger>
Mon, 1 Dec 2008 19:28:01 +0000
(19:28 +0000)
committer
adilger
<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
patch
|
blob
|
history
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
dc30b62
..
0276d59
100644
(file)
--- 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)) {