On Thu 13-02-14 16:37:53, Linus Torvalds wrote: > Is this whole thread still just for the crazy and pointless > "max_sane_readahead()"? > > Or is there some *real* reason we should care? > > Because if it really is just for max_sane_readahead(), then for the > love of God, let us just do this > > unsigned long max_sane_readahead(unsigned long nr) > { > return min(nr, 128); > } > > and bury this whole idiotic thread. max_sane_readahead() is also used for limiting amount of readahead for [fm]advice(2) WILLNEED and that is used e.g. by a dynamic linker to preload shared libraries into memory. So I'm convinced this usecase *will* notice the change - effectively we limit preloading of shared libraries to the first 512KB in the file but libraries get accessed in a rather random manner. Maybe limits for WILLNEED and for standard readahead should be different. It makes sence to me and people seem to keep forgetting that max_sane_readahead() limits also WILLNEED preloading. Honza > On Thu, Feb 13, 2014 at 4:14 PM, Nishanth Aravamudan > <nacc@xxxxxxxxxxxxxxxxxx> wrote: > > > > I'm working on this latter bit now. I tried to mirror ia64, but it looks > > like they have CONFIG_USER_PERCPU_NUMA_NODE_ID, which powerpc doesn't. > > It seems like CONFIG_USER_PERCPU_NUMA_NODE_ID and > > CONFIG_HAVE_MEMORYLESS_NODES should be tied together in Kconfig? > > > > I'll keep working, but would appreciate any further insight. > > > > -Nish > > -- Jan Kara <jack@xxxxxxx> SUSE Labs, CR -- 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>