]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit79c83ea1aae1536b3e21e59946b97be150033ec7
treead712cb3dc8f321278c9f4c39e38c1be75b217c9
parent41d6247fdd1a30d4145c9c2590db3928ddc3d323
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