X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Finclude%2Flustre_export.h;h=022b4b6393a802d6989939c7e416deccbcf45b1c;hp=8db85f92e8b79e66001ed10c9cd04771c5b3cc8c;hb=f625f670afbe954030ff81f0f8522137d6cdd335;hpb=559e182da8ca764cefffca05c06731e543129fd6 diff --git a/lustre/include/lustre_export.h b/lustre/include/lustre_export.h index 8db85f9..022b4b6 100644 --- a/lustre/include/lustre_export.h +++ b/lustre/include/lustre_export.h @@ -199,10 +199,10 @@ struct obd_export { struct nid_stat *exp_nid_stats; /** Active connetion */ struct ptlrpc_connection *exp_connection; - /** Connection count value from last succesful reconnect rpc */ - __u32 exp_conn_cnt; - /** Hash list of all ldlm locks granted on this export */ - cfs_hash_t *exp_lock_hash; + /** Connection count value from last successful reconnect rpc */ + __u32 exp_conn_cnt; + /** Hash list of all ldlm locks granted on this export */ + cfs_hash_t *exp_lock_hash; /** * Hash list for Posix lock deadlock detection, added with * ldlm_lock::l_exp_flock_hash.