summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/mount3.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/nfs/server/src/mount3.h')
-rw-r--r--xlators/nfs/server/src/mount3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/mount3.h b/xlators/nfs/server/src/mount3.h
index 18fcdd9a2a7..ce01a6c543d 100644
--- a/xlators/nfs/server/src/mount3.h
+++ b/xlators/nfs/server/src/mount3.h
@@ -149,7 +149,7 @@ struct mount3_state {
dict_t *mountdict;
/* Used to protect the mountlist & the mount dict */
- pthread_spinlock_t mountlock;
+ gf_lock_t mountlock;
/* Used to insert additional authentication parameters */
struct mnt3_auth_params *auth_params;