commit | 79c83ea1aae1536b3e21e59946b97be150033ec7 | [log] [tgz] |
---|---|---|
author | alex chen <alex.chen@huawei.com> | Tue Feb 10 14:08:51 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 10 14:30:29 2015 -0800 |
tree | ad712cb3dc8f321278c9f4c39e38c1be75b217c9 | |
parent | 41d6247fdd1a30d4145c9c2590db3928ddc3d323 [diff] |
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>