Whamcloud - gitweb
removed srv_ev from ptlrpc_service and put it on the service thread's stack
[fs/lustre-release.git] / lustre / include / linux / lustre_net.h
index 5914728..944c29a 100644 (file)
@@ -219,7 +219,6 @@ struct ptlrpc_service {
 
         spinlock_t srv_lock;
         struct list_head srv_reqs;
-        ptl_event_t  srv_ev;
         int (*srv_handler)(struct obd_device *obddev, 
                            struct ptlrpc_service *svc,
                            struct ptlrpc_request *req);