X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd.h;h=1e8df879bb035f533e396307cc93b01d2f69850c;hb=d54114d0c54f7d037ad1009f6db7081124c4c9b8;hp=c9d15187de1c5cf401c36cb79657f0278a871c5c;hpb=d851381ea6947244842ae6f138cd0bfd399b7ef4;p=fs%2Flustre-release.git diff --git a/lustre/include/obd.h b/lustre/include/obd.h index c9d1518..1e8df87 100644 --- a/lustre/include/obd.h +++ b/lustre/include/obd.h @@ -635,7 +635,8 @@ struct obd_device { obd_no_ir:1, /* no imperative recovery. */ obd_process_conf:1, /* device is processing mgs config */ obd_checksum_dump:1, /* dump pages upon cksum error */ - obd_dynamic_nids:1; /* Allow dynamic NIDs on device */ + obd_dynamic_nids:1, /* Allow dynamic NIDs on device */ + obd_read_only:1; /* device is read-only */ #ifdef HAVE_SERVER_SUPPORT /* no committed-transno notification */ unsigned long obd_no_transno:1;