From 72bd1aaf4d07e47fc70fd739dd100b2dbc5618d6 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 29 Oct 2002 08:02:48 +0000 Subject: [PATCH] A minor bit of debugging for tracking the extN refcount bug. --- lustre/mds/handler.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.8.3.1