]> err.no Git - linux-2.6/blobdiff - fs/jbd/checkpoint.c
Pull netlink into release branch
[linux-2.6] / fs / jbd / checkpoint.c
index 961ada28db5e4a37bd6b38dcd20141f3b6dba24d..47552d4a6324effeb085c603c91dfcf945ed46f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * linux/fs/checkpoint.c
+ * linux/fs/jbd/checkpoint.c
  *
  * Written by Stephen C. Tweedie <sct@redhat.com>, 1999
  *
@@ -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;