X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_handles.h;h=e94e1f6e863d838543ecc0fb5c4474c3288b4b70;hp=9da8985b24635726cb1c2e447ec8231e54d92f76;hb=6acafe7ac4efc48e0c406413401e9a8a92b51be2;hpb=6ee31faf3970d47a79f538712382073b3833a06c diff --git a/lustre/include/lustre_handles.h b/lustre/include/lustre_handles.h index 9da8985b..e94e1f6 100644 --- a/lustre/include/lustre_handles.h +++ b/lustre/include/lustre_handles.h @@ -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 */