From c25f3a8501fdf9bea04ecfd31e8ed401b3b23330 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 5 May 2005 18:25:02 +0000 Subject: [PATCH] Branch: b1_4 Make it easier to see dev_read_only set on device. --- lustre/mds/mds_lov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1