Whamcloud - gitweb
LU-824 corrupted ldiskfs after md rebuild (bz24264)
[fs/lustre-release.git] / lustre / include / lustre_lib.h
index de7b96c..be0d684 100644 (file)
@@ -97,7 +97,6 @@ int target_handle_dqacq_callback(struct ptlrpc_request *req);
 
 struct l_wait_info;
 
-void target_start_recovery_timer(struct obd_device *obd);
 void target_cancel_recovery_timer(struct obd_device *obd);
 void target_stop_recovery_thread(struct obd_device *obd);
 void target_cleanup_recovery(struct obd_device *obd);
@@ -538,6 +537,8 @@ static inline void obd_ioctl_freedata(char *buf, int len)
 
 #define OBD_IOC_GET_OBJ_VERSION        _IOR('f', 210, OBD_IOC_DATA_TYPE)
 
+#define OBD_IOC_GET_MNTOPT             _IOW('f', 220, mntopt_t)
+
 /* XXX _IOWR('f', 250, long) has been defined in
  * libcfs/include/libcfs/libcfs_private.h for debug, don't use it
  */