summaryrefslogtreecommitdiffstats
path: root/sys/fs/fuse/fuse_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/fuse/fuse_node.h')
-rw-r--r--sys/fs/fuse/fuse_node.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/fs/fuse/fuse_node.h b/sys/fs/fuse/fuse_node.h
index 45b15a4..2f1434f 100644
--- a/sys/fs/fuse/fuse_node.h
+++ b/sys/fs/fuse/fuse_node.h
@@ -83,7 +83,6 @@ struct fuse_vnode_data {
uint32_t flag;
/** meta **/
- struct timespec cached_attrs_valid;
struct vattr cached_attrs;
off_t filesize;
uint64_t nlookup;
@@ -100,15 +99,6 @@ struct fuse_vnode_data {
extern struct vop_vector fuse_vnops;
-static __inline__
-void
-fuse_invalidate_attr(struct vnode *vp)
-{
- if (VTOFUD(vp)) {
- bzero(&VTOFUD(vp)->cached_attrs_valid, sizeof(struct timespec));
- }
-}
-
static __inline void
fuse_vnode_setparent(struct vnode *vp, struct vnode *dvp)
{
@@ -118,8 +108,6 @@ fuse_vnode_setparent(struct vnode *vp, struct vnode *dvp)
}
}
-int fuse_isvalid_attr(struct vnode *vp);
-
void fuse_vnode_destroy(struct vnode *vp);
int fuse_vnode_get(struct mount *mp,
OpenPOWER on IntegriCloud