]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: fix snprintf format specifier in dlmdebug.c
authoralex chen <alex.chen@huawei.com>
Tue, 10 Feb 2015 22:08:51 +0000 (14:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:29 +0000 (14:30 -0800)
commitc4dd0762faa8a21700e70a8d6d3cafc7b8194564
treead712cb3dc8f321278c9f4c39e38c1be75b217c9
parentd9c46b6b4da7d2bd80c12c4166ad7cd25a0f595b
ocfs2: fix snprintf format specifier in dlmdebug.c

Use snprintf format specifier "%lu" instead of "%ld" for argument of type
'unsigned long'.

Signed-off-by: Alex Chen <alex.chen@huawei.com>
Reviewed-by: Joseph Qi <joseph.qi@huawei.com>
Reviewed-by: Mark Fasheh <mfasheh@suse.de>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/dlm/dlmdebug.c