On Fri, Aug 21, 2015 at 1:21 PM, Roman Gushchin <klamm@xxxxxxxxxxxxxx> wrote: > > It's just a raid driver. For instance, drivers/md/raid5.c:6898 . Ok. That makes me a bit less nervous. I was worried there was some admin program out there that just ups the readahead on peoples devices, which would mean that ra_pages is some random value chosen by crazy user space people. > So, I like an idea to delegate the readahead limit calculation to the underlying i/o level. Yeah, I'm not against it either. It's just that historically we've had some issues with people over-doing readahead (because it often helps some made-up microbenchmark), and then we end up with latency issues when somebody does a multi-gigabyte readahead... Iirc, we had exactly that problem with the readahead() system call at some point (long ago). But if it's just the default ra_pages, then that should be ok. I think the kernel defaults are generally sane, and I hope there isn't some crazy distro that ends up mucking with this. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>