From 00e10b49e2630f41580d3373dd5b2b0d22729daf Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Aug 2005 23:15:01 +0000 Subject: [PATCH 1/1] - let's learn where uninitialized objects come from --- lustre/obdfilter/filter.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index 086ae3c..f2d818a 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -2378,6 +2378,7 @@ int filter_create_object(struct obd_device *obd, struct obdo *oa) } } else { CWARN("create object without lustre id!\n"); + portals_debug_dumpstack(NULL); } -- 1.8.3.1