X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2Fjbd%2Fcheckpoint.c;h=0208cc7ac5d0f0835ed0bceb206cce2baef5fae5;hb=1a1c9bb433af252767ee90d6394d287afa30cf8b;hp=961ada28db5e4a37bd6b38dcd20141f3b6dba24d;hpb=ae6ddcc5f24d6b06ae9231dc128904750a4155e0;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/jbd/checkpoint.c b/fs/jbd/checkpoint.c index 961ada2..0208cc7 100644 --- 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;