X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=f86dca80653b0420d5b949c106533b6385c1949b;hp=4dc266f1f1144b26cb08e2e6d54fecde163ca111;hb=56cc9aeb7151f908ab9cac034ceaf11098bac6a4;hpb=6b0f2340286f9109380d5a0f57d981c15bd9c596 diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index 4dc266f..f86dca8 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -65,6 +65,7 @@ extern cfs_spinlock_t obd_dev_lock; /* OBD Operations Declarations */ extern struct obd_device *class_conn2obd(struct lustre_handle *); extern struct obd_device *class_exp2obd(struct obd_export *); +extern int class_handle_ioctl(unsigned int cmd, unsigned long arg); struct lu_device_type;