From: adilger Date: Thu, 5 May 2005 18:25:02 +0000 (+0000) Subject: Branch: b1_4 X-Git-Tag: v1_7_100~1^25~8^2~157 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=c25f3a8501fdf9bea04ecfd31e8ed401b3b23330;p=fs%2Flustre-release.git Branch: b1_4 Make it easier to see dev_read_only set on device. --- diff --git a/lustre/mds/mds_lov.c b/lustre/mds/mds_lov.c index 90f24bc4..201adbe 100644 --- a/lustre/mds/mds_lov.c +++ b/lustre/mds/mds_lov.c @@ -432,7 +432,7 @@ int mds_iocontrol(unsigned int cmd, struct obd_export *exp, int len, void *handle; struct inode *inode = obd->u.mds.mds_sb->s_root->d_inode; BDEVNAME_DECLARE_STORAGE(tmp); - CERROR("setting device %s read-only\n", + CERROR("*** setting device %s read-only ***\n", ll_bdevname(obd->u.mds.mds_sb, tmp)); handle = fsfilt_start(obd, inode, FSFILT_OP_MKNOD, NULL);