X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flustre_fld.h;h=7a26a9e07fba69497c2747d6910af726c7bcd44b;hb=9fb46705ae86aa2c0ac29427f0ff24f923560eb7;hp=836ecfd36e790ebe2efbbaf0b930f48dc6b19a37;hpb=637b7bca5e06c27a402fc4b4c51bb833e3b8a785;p=fs%2Flustre-release.git diff --git a/lustre/include/lustre_fld.h b/lustre/include/lustre_fld.h index 836ecfd..7a26a9e 100644 --- a/lustre/include/lustre_fld.h +++ b/lustre/include/lustre_fld.h @@ -92,7 +92,7 @@ struct lu_server_fld { /** * Protect index modifications */ - cfs_mutex_t lsf_lock; + struct mutex lsf_lock; /** * Fld service name in form "fld-srv-lustre-MDTXXX" */ @@ -123,7 +123,7 @@ struct lu_client_fld { /** * Lock protecting exports list and fld_hash. */ - cfs_spinlock_t lcf_lock; + spinlock_t lcf_lock; /** * Client FLD cache. */