Re: [Ocfs2-devel] [PATCH] ocfs2: fix snprintf format specifier in dlmdebug.c

2015-01-16 Thread Mark Fasheh
On Thu, Jan 08, 2015 at 05:31:25PM +0800, alex chen wrote: > Use snprintf format specifier "%lu" instead of "%ld" for > argument of type 'unsigned long'. > > Signed-off-by: Alex Chen Reviewed-by: Mark Fasheh > Reviewed-by: Joseph Qi Btw, did this review happen on the mailing list? It's cust

[Ocfs2-devel] [PATCH] ocfs2: fix snprintf format specifier in dlmdebug.c

2015-01-08 Thread alex chen
Use snprintf format specifier "%lu" instead of "%ld" for argument of type 'unsigned long'. Signed-off-by: Alex Chen Reviewed-by: Joseph Qi --- fs/ocfs2/dlm/dlmdebug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/ocfs2/dlm/dlmdebug.c b/fs/ocfs2/dlm/dlmdebug.c index