Hi! > > This is not right place to do it. The flag is used only when we need to > > mount the loop device so the check should be done only if we are about > > to acquire the device. And we should set the skip_noatime flag there as > > well. > > > Your opinion is to add the check after `if (tst_path_has_mnt_flags(cleanup, > NULL, mount_flags))` > and then set the skip_noatime flag to 1 ?
Yes, because there is no need to skip the test if we are not even going to mount the loop device. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
