Whamcloud - gitweb
Branch: b1_4
authoradilger <adilger>
Thu, 5 May 2005 18:25:02 +0000 (18:25 +0000)
committeradilger <adilger>
Thu, 5 May 2005 18:25:02 +0000 (18:25 +0000)
Make it easier to see dev_read_only set on device.

lustre/mds/mds_lov.c

index 90f24bc..201adbe 100644 (file)
@@ -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);