Whamcloud - gitweb
LU-8130 osc: convert osc_quota hash to xarray
[fs/lustre-release.git] / lustre / osc / osc_internal.h
index 52a7ab5..361f4f7 100644 (file)
@@ -151,7 +151,7 @@ struct osc_async_args {
 };
 
 int osc_quota_setup(struct obd_device *obd);
-int osc_quota_cleanup(struct obd_device *obd);
+void osc_quota_cleanup(struct obd_device *obd);
 int osc_quota_setdq(struct client_obd *cli, __u64 xid, const unsigned int qid[],
                    u64 valid, u32 flags);
 int osc_quota_chkdq(struct client_obd *cli, const unsigned int qid[]);