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:
0738a2d
)
b=7039
author
alex
<alex>
Thu, 7 Jul 2005 16:29:19 +0000
(16:29 +0000)
committer
alex
<alex>
Thu, 7 Jul 2005 16:29:19 +0000
(16:29 +0000)
- additional debug info: dump backtrace
lustre/lov/lov_obd.c
patch
|
blob
|
history
diff --git
a/lustre/lov/lov_obd.c
b/lustre/lov/lov_obd.c
index
3186999
..
077872a
100644
(file)
--- a/
lustre/lov/lov_obd.c
+++ b/
lustre/lov/lov_obd.c
@@
-1999,6
+1999,7
@@
static int lov_get_info(struct obd_export *exp, __u32 keylen,
}
LDLM_ERROR(data->lock, "lock on inode without such object\n");
dump_lsm(D_ERROR, data->lsm);
+ portals_debug_dumpstack(NULL);
RETURN(-ENXIO);
} else if (keylen >= strlen("size_to_stripe") &&
strcmp(key, "size_to_stripe") == 0) {