On Sun, Mar 25, 2018 at 05:53:09PM +0300, Amir Goldstein wrote: > By default, open_by_handle drops inode and page caches before trying > to open by file handles. Add an option to suppress drop caches for > testing open by handle with warm caches. > > Usage: open_by_handle -n <test_dir> [N] > > Signed-off-by: Amir Goldstein <amir73il@xxxxxxxxx> > --- > src/open_by_handle.c | 41 +++++++++++++++++++++++++---------------- > 1 file changed, 25 insertions(+), 16 deletions(-) > > diff --git a/src/open_by_handle.c b/src/open_by_handle.c > index 78f7ef7..d3beb78 100644 > --- a/src/open_by_handle.c > +++ b/src/open_by_handle.c > @@ -27,7 +27,7 @@ > > /* > > -usage: open_by_handle [-cludmrwapk] [<-i|-o> <handles_file>] <test_dir> [num_files] > +usage: open_by_handle [-cludmrwapknh] [<-i|-o> <handles_file>] <test_dir> [num_files] Better to mention that it fixes the 'h' option too in the commit log, or maybe just send a separate patch? Otherwise looks fine to me. Thanks, Eryu -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html