Commit 1640a824 authored by Linus Torvalds's avatar Linus Torvalds

Import 2.3.99pre9

parent 9521288f
......@@ -136,6 +136,7 @@ static void *cramfs_read(struct super_block *sb, unsigned int offset, unsigned i
next_buffer = NEXT_BUFFER(buffer);
buffer_blocknr[buffer] = blocknr;
buffer_dev[buffer] = sb;
data = read_buffers[buffer];
for (i = 0; i < BLKS_PER_BUF; i++) {
struct buffer_head * bh = bh_array[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment