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

(-)a/mm/truncate.c (+1 lines)
Lines 605-610 Link Here
605
					/*
605
					/*
606
					 * Zap the rest of the file in one hit.
606
					 * Zap the rest of the file in one hit.
607
					 */
607
					 */
608
printk(KERN_ERR "PAX: end: %lx index: %lx\n", end, index);
608
					unmap_mapping_range(mapping,
609
					unmap_mapping_range(mapping,
609
					   (loff_t)index << PAGE_SHIFT,
610
					   (loff_t)index << PAGE_SHIFT,
610
					   (loff_t)(1 + end - index)
611
					   (loff_t)(1 + end - index)

Return to bug 584332