summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-kernel/ck-sources/files/ck-sources-2.4.25.CAN-2004-0177.patch')
-rw-r--r--sys-kernel/ck-sources/files/ck-sources-2.4.25.CAN-2004-0177.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-kernel/ck-sources/files/ck-sources-2.4.25.CAN-2004-0177.patch b/sys-kernel/ck-sources/files/ck-sources-2.4.25.CAN-2004-0177.patch
deleted file mode 100644
index da6b7e190685..000000000000
--- a/sys-kernel/ck-sources/files/ck-sources-2.4.25.CAN-2004-0177.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- linux-2.4.26-pre3/fs/jbd/journal.c 2004-02-18 05:36:31.000000000 -0800
-+++ linux-2.4.26-pre4/fs/jbd/journal.c 2004-03-16 09:59:36.000000000 -0800
-@@ -671,6 +671,7 @@
-
- bh = getblk(journal->j_dev, blocknr, journal->j_blocksize);
- lock_buffer(bh);
-+ memset(bh->b_data, 0, journal->j_blocksize);
- BUFFER_TRACE(bh, "return this buffer");
- return journal_add_journal_head(bh);
- }