]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.3-rawio.patch
- obsolete
[packages/kernel.git] / linux-2.4.3-rawio.patch
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 0.073975 seconds and 3 git commands to generate.