X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fobd_class.h;h=a9e36ba1c75482755b76855a29d220b5066c7c34;hb=a1a1add56b5557cb23971bcfcdc2482dcb9764ef;hp=c296b1d0103fd9f9186e89f3970cff3315c4ade1;hpb=32becabb43b6e8f21c030c23c01c3f02e351eaea;p=fs%2Flustre-release.git diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index c296b1d..a9e36ba 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -210,9 +210,7 @@ void class_fail_export(struct obd_export *exp); void class_disconnect_exports(struct obd_device *obddev); int class_manual_cleanup(struct obd_device *obd); void class_disconnect_stale_exports(struct obd_device *, - int (*test_export)(struct obd_export *), - enum obd_option flags); - + int (*test_export)(struct obd_export *)); static inline enum obd_option exp_flags_from_obd(struct obd_device *obd) { return ((obd->obd_fail ? OBD_OPT_FAILOVER : 0) |