Whamcloud - gitweb
b=22407 substitute %i with %d
authorMaxim Patlasov <Maxim.Patlasov@sun.com>
Mon, 23 Aug 2010 09:52:06 +0000 (13:52 +0400)
committerMikhail Pershin <tappro@sun.com>
Thu, 26 Aug 2010 14:17:30 +0000 (18:17 +0400)
commit48d29ff71de18d8d375b072a7287ba9ecdb6cdce
treeaf594a77824e13039786e2a6c186fc43605c5e0b
parent63fb7a1d78ae5257127d4e6c4b00a38b84e849ef
b=22407 substitute %i with %d

i=alex
Common in-kernel code should use %d intstead of %i in print format
strings because solaris native prims (like cmn_err()) don't support
%i.
27 files changed:
libcfs/libcfs/tracefile.c
lustre/cmm/mdc_device.c
lustre/lclient/lcommon_cl.c
lustre/ldlm/ldlm_lib.c
lustre/llite/llite_mmap.c
lustre/llite/rw.c
lustre/llite/vvp_io.c
lustre/llite/vvp_object.c
lustre/lov/lov_io.c
lustre/lov/lov_lock.c
lustre/lov/lov_log.c
lustre/lov/lov_object.c
lustre/lov/lovsub_lock.c
lustre/lov/lovsub_object.c
lustre/mdt/mdt_recovery.c
lustre/obdclass/cl_io.c
lustre/obdclass/cl_lock.c
lustre/obdclass/cl_object.c
lustre/obdclass/cl_page.c
lustre/obdclass/lu_object.c
lustre/obdclass/lu_ref.c
lustre/osc/osc_io.c
lustre/osc/osc_lock.c
lustre/osd-ldiskfs/osd_iam.c
lustre/osd-ldiskfs/osd_iam_lfix.c
lustre/osd-ldiskfs/osd_iam_lvar.c
lustre/ptlrpc/target.c