patch-2.4.18 linux/fs/jbd/checkpoint.c
Next file: linux/fs/jbd/commit.c
Previous file: linux/fs/isofs/rock.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Thu Jan 17 21:23:50 2002
- Orig file:
linux.orig/fs/jbd/checkpoint.c
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/fs/jbd/checkpoint.c linux/fs/jbd/checkpoint.c
@@ -448,11 +448,8 @@
struct journal_head *last_jh = jh->b_cpprev;
struct journal_head *next_jh = jh;
do {
- struct buffer_head *bh;
-
jh = next_jh;
next_jh = jh->b_cpnext;
- bh = jh2bh(jh);
ret += __try_to_free_cp_buf(jh);
} while (jh != last_jh);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)