Whamcloud - gitweb
LU-8403 obd: remove unused data parameter from obd_notify()
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index 0243cc5..cd34ccb 100644 (file)
@@ -669,7 +669,7 @@ void ll_ras_enter(struct file *f);
 
 /* llite/lcommon_misc.c */
 int cl_ocd_update(struct obd_device *host, struct obd_device *watched,
-                 enum obd_notify_event ev, void *owner, void *data);
+                 enum obd_notify_event ev, void *owner);
 int cl_get_grouplock(struct cl_object *obj, unsigned long gid, int nonblock,
                     struct ll_grouplock *lg);
 void cl_put_grouplock(struct ll_grouplock *lg);