summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r--libglusterfs/src/inode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h
index 633e771fc3d..46fe8f6ac80 100644
--- a/libglusterfs/src/inode.h
+++ b/libglusterfs/src/inode.h
@@ -273,4 +273,7 @@ inode_set_need_lookup (inode_t *inode, xlator_t *this);
gf_boolean_t
inode_needs_lookup (inode_t *inode, xlator_t *this);
+int
+inode_has_dentry (inode_t *inode);
+
#endif /* _INODE_H */