Whamcloud - gitweb
LU-6202 obd: replace OBD_IOC_NO_TRANSNO with sysfs file
[fs/lustre-release.git] / lustre / include / obd.h
index a0f8f39..be44801 100644 (file)
@@ -610,7 +610,6 @@ struct obd_device {
                obd_abort_recovery:1,   /* recovery expired */
                obd_version_recov:1,    /* obd uses version checking */
                obd_replayable:1,       /* recovery enabled; inform clients */
-               obd_no_transno:1,       /* no committed-transno notification */
                obd_no_recov:1,         /* fail instead of retry messages */
                obd_stopping:1,         /* started cleanup */
                obd_starting:1,         /* started setup */
@@ -622,6 +621,10 @@ 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 */
+#ifdef HAVE_SERVER_SUPPORT
+       /* no committed-transno notification */
+       unsigned long                   obd_no_transno:1;
+#endif
 
         /* use separate field as it is set in interrupt to don't mess with
          * protection of other bits using _bh lock */