Whamcloud - gitweb
b=22818 exp_queued_rpc under a separate lock
[fs/lustre-release.git] / lustre / include / lustre_export.h
index 629a635..f8ad0c3 100644 (file)
@@ -219,6 +219,8 @@ struct obd_export {
         cfs_list_t                exp_req_replay_queue;
         /** protects exp_flags and exp_outstanding_replies */
         cfs_spinlock_t            exp_lock;
+        /** protects exp_queued_rpc */
+        cfs_spinlock_t            exp_rpc_lock;
         /** Compatibility flags for this export */
         __u64                     exp_connect_flags;
         enum obd_option           exp_flags;