On Tue, May 27, 2014 at 10:10:40AM +0900, Namhyung Kim wrote: > On Thu, 15 May 2014 19:23:33 +0200, Jiri Olsa wrote: > > Adding a way to setup test dso limit by global variable > > test_dso_data__fd_limit. It'll be used in the dso data > > cache tests. > > Why is this needed? Why not justing setting RLIMIT_NOFILE in the test > cases?
well, I wanted to avoid to customizing the test to the current open files count state.. the way with artifical limit is easier and more clean IMO ;-) I'll see if I can make the setup without this one thanks, jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

