Merge remote-tracking branch 'staging/staging-next'
[deliverable/linux.git] / drivers / staging / lustre / lustre / include / lustre_dlm.h
index 60051a5cfe208750130e7112b937bbbad9c1ff78..1ec4231cb988e451b26c3a73b9dbce649669a80c 100644 (file)
@@ -968,6 +968,7 @@ struct ldlm_enqueue_info {
        void *ei_cb_cp;  /** lock completion callback */
        void *ei_cb_gl;  /** lock glimpse callback */
        void *ei_cbdata; /** Data to be passed into callbacks. */
+       unsigned int ei_enq_slave:1; /* whether enqueue slave stripes */
 };
 
 extern struct obd_ops ldlm_obd_ops;
@@ -1281,16 +1282,6 @@ int ldlm_cli_cancel_list(struct list_head *head, int count,
 int intent_disposition(struct ldlm_reply *rep, int flag);
 void intent_set_disposition(struct ldlm_reply *rep, int flag);
 
-/* ioctls for trying requests */
-#define IOC_LDLM_TYPE             'f'
-#define IOC_LDLM_MIN_NR                 40
-
-#define IOC_LDLM_TEST             _IOWR('f', 40, long)
-#define IOC_LDLM_DUMP             _IOWR('f', 41, long)
-#define IOC_LDLM_REGRESS_START   _IOWR('f', 42, long)
-#define IOC_LDLM_REGRESS_STOP     _IOWR('f', 43, long)
-#define IOC_LDLM_MAX_NR                 43
-
 /**
  * "Modes" of acquiring lock_res, necessary to tell lockdep that taking more
  * than one lock_res is dead-lock safe.
This page took 0.024925 seconds and 5 git commands to generate.