Re: [PATCH 09/11] trace-cmd: Consolidate ARRAY_SIZE() in trace-cmd.h

2017-11-28 Thread Steven Rostedt
On Thu, 23 Nov 2017 18:33:33 +0200 "Vladislav Valtchev (VMware)" wrote: > Since ARRAY_SIZE() is a very useful macro, it makes sense to move it in a > common > header file, in order to avoid several C files to re-define it. > Patch 9-11 could be in their own patch series. As it looks agnostic f

[PATCH 09/11] trace-cmd: Consolidate ARRAY_SIZE() in trace-cmd.h

2017-11-23 Thread Vladislav Valtchev (VMware)
Since ARRAY_SIZE() is a very useful macro, it makes sense to move it in a common header file, in order to avoid several C files to re-define it. Signed-off-by: Vladislav Valtchev (VMware) --- plugin_blk.c | 1 - trace-cmd.c | 2 -- trace-cmd.h | 2 ++ 3 files changed, 2 insertions(+), 3 deleti