diff options
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r-- | libglusterfs/src/inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index 276a1f1577c..5745ea643a3 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -89,7 +89,7 @@ struct _inode { inode_table_t *table; /* the table this inode belongs to */ uuid_t gfid; gf_lock_t lock; - uint64_t nlookup; + gf_atomic_t nlookup; uint32_t fd_count; /* Open fd count */ uint32_t active_fd_count; /* Active open fd count */ uint32_t ref; /* reference count on this inode */ |