Whamcloud - gitweb
A minor bit of debugging for tracking the extN refcount bug.
authoradilger <adilger>
Tue, 29 Oct 2002 08:02:48 +0000 (08:02 +0000)
committeradilger <adilger>
Tue, 29 Oct 2002 08:02:48 +0000 (08:02 +0000)
lustre/mds/handler.c

index cd2f300..f6c03a9 100644 (file)
@@ -1193,6 +1193,7 @@ static int mds_setup(struct obd_device *obddev, obd_count len, void *buf)
                 GOTO(err_kfree, rc);
         }
 
+        CERROR("%s: mnt is %p\n", data->ioc_inlbuf1, mnt);
         mds->mds_sb = mnt->mnt_root->d_inode->i_sb;
         if (!mds->mds_sb)
                 GOTO(err_put, rc = -ENODEV);