Whamcloud - gitweb
LU-871 build: change %L printk format to %ll
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 23 Nov 2011 19:16:25 +0000 (12:16 -0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 12 Dec 2011 21:34:42 +0000 (16:34 -0500)
commit3684de257a7e8932936a27d0fdb3ecb39653e624
tree52a2386476233d925f0949760b35915706faa7dd
parentbd495258d54ea5ab5be7aee4ea23fae558e2f8c4
LU-871 build: change %L printk format to %ll

The clang-analyzer static code analysis flagged %L format specifiers
for printf/printk as deprecated, so change all of their uses to %ll.

In a couple of files (checkstat.c and truncate.c) there are existing
code style issues that need to be fixed before landing, in order to
get a clean bill of health from checkpatch.pl.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I1bc75a0f43b25de112f5ae8f2273b3dc46081d09
Reviewed-on: http://review.whamcloud.com/1734
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Niu Yawei <niu@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
12 files changed:
libcfs/include/libcfs/linux/kp30.h
libcfs/include/libcfs/posix/posix-wordsize.h
lnet/utils/routerstat.c
lustre/fid/lproc_fid.c
lustre/include/lustre_debug.h
lustre/liblustre/super.c
lustre/llite/file.c
lustre/llite/rw.c
lustre/tests/checkstat.c
lustre/tests/truncate.c
lustre/utils/gss/lgss_keyring.c
lustre/utils/gss/lgss_utils.c