<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 19, 2020 at 5:28 PM Viresh Kumar <<a href="mailto:viresh.kumar@linaro.org" target="_blank">viresh.kumar@linaro.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This patch moves the ismount() helper added to the fsmount syscall tests<br>
to the standard library and renames it to tst_ismount(). The helper can<br>
be used across different files now.<br>
<br>
Minor modifications are also done to the helper.<br>
<br>
Signed-off-by: Viresh Kumar <<a href="mailto:viresh.kumar@linaro.org" target="_blank">viresh.kumar@linaro.org</a>><br></blockquote><div><span class="gmail_default" style="font-size:small">Acked-by: Li Wang <<a href="mailto:liwang@redhat.com" target="_blank">liwang@redhat.com</a>></span></div><div><span class="gmail_default" style="font-size:small"></span> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
---<br>
+/*<br>
+ * Verifies if an earlier mount is successful or not.<br>
+ * @path: Mount path to verify<br>
+ */<br>
+int tst_ismount(const char *path);<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">I have slightly thought to rename it as 'tst_is_mounted(const char *path)', but it also depends on other reviewer's opinion, I have no strong insist here.</div><div><br></div></div>-- <br><div dir="ltr"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>