]> git.pld-linux.org Git - packages/kernel.git/blame - linux-2.4.3-rawio.patch
- fix unresolved symbols in ipv6 netfilter
[packages/kernel.git] / linux-2.4.3-rawio.patch
CommitLineData
95e83f51
JR
1--- linux/fs/buffer.c.org Thu May 24 10:54:46 2001
2+++ linux/fs/buffer.c Thu May 24 10:56:53 2001
3@@ -2031,8 +2031,8 @@
4 mark_buffer_uptodate(bh, uptodate);
5
6 kiobuf = bh->b_private;
7- unlock_buffer(bh);
8 end_kio_request(kiobuf, uptodate);
9+ unlock_buffer(bh);
10 }
11
12
This page took 1.082943 seconds and 4 git commands to generate.