Merge branch 'master'

This commit is contained in:
Steven Whitehouse
2006-07-31 08:59:59 -04:00
350 changed files with 3224 additions and 2744 deletions

View File

@@ -849,8 +849,6 @@ static void shrink_readahead_size_eio(struct file *filp,
return;
ra->ra_pages /= 4;
printk(KERN_WARNING "Reducing readahead size to %luK\n",
ra->ra_pages << (PAGE_CACHE_SHIFT - 10));
}
/**