From: adilger Date: Tue, 29 Oct 2002 08:02:48 +0000 (+0000) Subject: A minor bit of debugging for tracking the extN refcount bug. X-Git-Tag: 0.5.16~92 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=72bd1aaf4d07e47fc70fd739dd100b2dbc5618d6;p=fs%2Flustre-release.git A minor bit of debugging for tracking the extN refcount bug. --- diff --git a/lustre/mds/handler.c b/lustre/mds/handler.c index cd2f300..f6c03a9 100644 --- a/lustre/mds/handler.c +++ b/lustre/mds/handler.c @@ -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);