From: Andrew Gabbasov Date: Sun, 25 Nov 2012 21:12:46 +0000 (-0500) Subject: ext3 instrumentation: fix of assignment code conversion X-Git-Tag: v2.2.0-rc1~32 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=630bed30fc8e1fd415d0a8eb520eb0f46436e35e;hp=630bed30fc8e1fd415d0a8eb520eb0f46436e35e;p=lttng-modules.git ext3 instrumentation: fix of assignment code conversion Due to specifics of handling assignment code in lttng-modules, plain code in TP_fast_assign (outside tp_* macros) will not be reached. Everything should be enclosed into tp_* fragments. Signed-off-by: Andrew Gabbasov Signed-off-by: Mathieu Desnoyers ---