Whamcloud - gitweb
LU-12542 handle: discard h_lock.
[fs/lustre-release.git] / lustre / include / lustre_handles.h
index 9da8985..e94e1f6 100644 (file)
@@ -63,10 +63,7 @@ struct portals_handle {
        __u64                           h_cookie;
        const char                      *h_owner;
        refcount_t                      h_ref;
-
-       /* newly added fields to handle the RCU issue. -jxiong */
        struct rcu_head                 h_rcu;
-       spinlock_t                      h_lock;
 };
 
 /* handles.c */