aboutsummaryrefslogtreecommitdiffstats
path: root/example/notify_inval_inode_fh.c
AgeCommit message (Collapse)AuthorLines
2017-08-24Renamed notify_inval_inode_fh to invalidate_pathNikolaus Rath-292/+0
The previous name didn't make much sense.
2017-08-24Allow inode cache invalidation in high-level APISławek Rudnicki-0/+292
We re-introduce the functionality of invalidating the caches for an inode specified by path by adding a new routine fuse_invalidate_path. This is useful for network-based file systems which use the high-level API, enabling them to notify the kernel about external changes. This is a revival of Miklos Szeredi's original code for the fuse_invalidate routine.