Whamcloud - gitweb
b=18518
authordeshmukh <deshmukh>
Wed, 1 Jul 2009 06:50:11 +0000 (06:50 +0000)
committerdeshmukh <deshmukh>
Wed, 1 Jul 2009 06:50:11 +0000 (06:50 +0000)
i=adilger,zhenyu.xu

remove ext3-ialloc-2.6.patch from series files

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);