Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144156
b: refs/heads/master
c: 4b2b0b9
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Apr 24, 2009
1 parent c7da80b commit d9d35d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 84baf74bf23bbe9f3deafb5d2f27e2b5dc0bc052
refs/heads/master: 4b2b0b9753194cad44d7295c32044b89710efd70
1 change: 1 addition & 0 deletions trunk/fs/romfs/storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ static int romfs_blk_read(struct super_block *sb, unsigned long pos,
return -EIO;
memcpy(buf, bh->b_data + offset, segment);
brelse(bh);
buf += segment;
buflen -= segment;
pos += segment;
}
Expand Down

0 comments on commit d9d35d7

Please sign in to comment.