Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158783
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
--
0
++ b/fs/cramfs/inode.c
1
-- a/fs/cramfs/inode.c
Lines 481-486 static int cramfs_readpage(struct file * Link Here
481
		pgdata = kmap(page);
481
		pgdata = kmap(page);
482
		if (compr_len == 0)
482
		if (compr_len == 0)
483
			; /* hole */
483
			; /* hole */
484
		else if (compr_len > (PAGE_CACHE_SIZE << 1))
485
			printk(KERN_ERR "cramfs: bad compressed blocksize %u\n", compr_len);
484
		else {
486
		else {
485
			mutex_lock(&read_mutex);
487
			mutex_lock(&read_mutex);
486
			bytes_filled = cramfs_uncompress_block(pgdata,
488
			bytes_filled = cramfs_uncompress_block(pgdata,

Return to bug 158783