From: walter Date: Tue, 2 Oct 2007 01:20:30 +0000 (+0000) Subject: b=13541 X-Git-Tag: v1_8_0_110~1143 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=504205a4a1b39c8c14279a6c146e57524dcdd81f;p=fs%2Flustre-release.git b=13541 i=green i=adilger --- diff --git a/lustre/lvfs/lvfs_lib.c b/lustre/lvfs/lvfs_lib.c index 55e4e6f..219d83b 100644 --- a/lustre/lvfs/lvfs_lib.c +++ b/lustre/lvfs/lvfs_lib.c @@ -35,8 +35,8 @@ int obd_alloc_fail(const void *ptr, const char *name, const char *type, { if (ptr == NULL || (ll_rand() & OBD_ALLOC_FAIL_MASK) < obd_alloc_fail_rate) { - CERROR("%s%salloc of %s (%u bytes) failed at %s:%d\n", - ptr ? "force " :"", type, name, (unsigned int)size, file, + CERROR("%s%salloc of %s ("LPU64" bytes) failed at %s:%d\n", + ptr ? "force " :"", type, name, (__u64)size, file, line); CERROR("%d total bytes allocated by Lustre, %d by Portals\n", atomic_read(&obd_memory), atomic_read(&libcfs_kmemory));