Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f7711b
)
b=13541
author
walter
<walter>
Tue, 2 Oct 2007 01:20:30 +0000
(
01:20
+0000)
committer
walter
<walter>
Tue, 2 Oct 2007 01:20:30 +0000
(
01:20
+0000)
i=green
i=adilger
lustre/lvfs/lvfs_lib.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/lvfs_lib.c
b/lustre/lvfs/lvfs_lib.c
index
55e4e6f
..
219d83b
100644
(file)
--- 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));