Whamcloud - gitweb
b=18518
[fs/lustre-release.git] / lustre / obdfilter / filter.c
index c0b4997..c8d25cf 100644 (file)
@@ -3917,6 +3917,10 @@ static int filter_precreate(struct obd_device *obd, struct obdo *oa,
                         GOTO(cleanup, rc);
                 }
 
+                if (dchild->d_inode)
+                        CDEBUG(D_INFO, "objid "LPU64" got inum %lu\n", next_id,
+                                       dchild->d_inode->i_ino);
+
 set_last_id:
                 if (!recreate_obj) {
                         filter_set_last_id(filter, next_id, group);