From: alex Date: Mon, 8 Aug 2005 23:15:01 +0000 (+0000) Subject: - let's learn where uninitialized objects come from X-Git-Tag: v1_7_100~955 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=00e10b49e2630f41580d3373dd5b2b0d22729daf;p=fs%2Flustre-release.git - let's learn where uninitialized objects come from --- 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); }