Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42832
b: refs/heads/master
c: 8bb0269
h: refs/heads/master
v: v3
  • Loading branch information
Phillip Lougher authored and Linus Torvalds committed Dec 7, 2006
1 parent a8a4703 commit 7352c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2e591bbc0d563e12f5a260fbbca0df7d5810910e
refs/heads/master: 8bb0269160df2a60764013994d0bc5165406cf4a
2 changes: 2 additions & 0 deletions trunk/fs/cramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ static int cramfs_readpage(struct file *file, struct page * page)
pgdata = kmap(page);
if (compr_len == 0)
; /* hole */
else if (compr_len > (PAGE_CACHE_SIZE << 1))
printk(KERN_ERR "cramfs: bad compressed blocksize %u\n", compr_len);
else {
mutex_lock(&read_mutex);
bytes_filled = cramfs_uncompress_block(pgdata,
Expand Down

0 comments on commit 7352c8b

Please sign in to comment.