]> 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)
commitf9ad7284470b994dc27e90f64786af4a9f91d2e8
treead712cb3dc8f321278c9f4c39e38c1be75b217c9
parentc21d319ca8264da983f876a89f1af6b3f81fccd8
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