<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Richard Palethorpe <<a href="mailto:rpalethorpe@suse.com" target="_blank">rpalethorpe@suse.com</a>> wrote:<br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Signed-off-by: Richard Palethorpe <<a href="mailto:rpalethorpe@suse.com" target="_blank">rpalethorpe@suse.com</a>><br></blockquote><div><span class="gmail_default" style="font-size:small">Reviewed-by: Li Wang <<a href="mailto:liwang@redhat.com">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>
 include/tst_common.h | 5 +++++<br>
 1 file changed, 5 insertions(+)<br>
<br>
diff --git a/include/tst_common.h b/include/tst_common.h<br>
index fd7a900d4..317925d1d 100644<br>
--- a/include/tst_common.h<br>
+++ b/include/tst_common.h<br>
@@ -83,4 +83,9 @@<br>
 #define TST_RES_SUPPORTS_TCONF_TFAIL_TINFO_TPASS_TWARN(condition) \<br>
        TST_BUILD_BUG_ON(condition)<br>
<br>
+#define tst_container_of(ptr, type, member) ({              \<br>
+       const typeof( ((type *)0)->member ) *__mptr = (ptr); \<br>
+       (type *)( (char *)__mptr - offsetof(type,member) );  \<br>
+})<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">I'd suggest defining it as uppercase 'TST_CONTAINER_OF(...)' to respect</div><div class="gmail_default" style="font-size:small">other macro's naming policy in tst_common.h.</div></div></div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>