diff options
Diffstat (limited to 'xlators/features/locks/src/common.h')
| -rw-r--r-- | xlators/features/locks/src/common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/features/locks/src/common.h b/xlators/features/locks/src/common.h index 06f104f52..78de8432f 100644 --- a/xlators/features/locks/src/common.h +++ b/xlators/features/locks/src/common.h @@ -49,4 +49,6 @@ void __delete_lock (pl_inode_t *, posix_lock_t *);  void __destroy_lock (posix_lock_t *); +void pl_update_refkeeper (xlator_t *this, inode_t *inode); +  #endif /* __COMMON_H__ */  | 
