projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sh: shmin updates.
[linux-2.6]
/
fs
/
jbd
/
checkpoint.c
diff --git
a/fs/jbd/checkpoint.c
b/fs/jbd/checkpoint.c
index
961ada2
..
0208cc7
100644
(file)
--- a/
fs/jbd/checkpoint.c
+++ b/
fs/jbd/checkpoint.c
@@
-480,7
+480,7
@@
static int journal_clean_one_cp_list(struct journal_head *jh, int *released)
if (!jh)
return 0;
- last_jh = jh->b_cpprev;
+ last_jh = jh->b_cpprev;
do {
jh = next_jh;
next_jh = jh->b_cpnext;