diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 14:23:13 +0200 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-08-24 14:51:27 +0200 |
commit | fc83143867a37e34a51ce5a6d763b46715abf02d (patch) | |
tree | 95d360098e02b0b6945e0c77648f14985e50f640 /example/Makefile.am | |
parent | 89f2bae00c1b87580f432f9a719ba8998493e6df (diff) | |
download | libfuse-fc83143867a37e34a51ce5a6d763b46715abf02d.tar.gz |
Renamed notify_inval_inode_fh to invalidate_path
The previous name didn't make much sense.
Diffstat (limited to 'example/Makefile.am')
-rw-r--r-- | example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile.am b/example/Makefile.am index e9a315e..9a3940e 100644 --- a/example/Makefile.am +++ b/example/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -D_REENTRANT noinst_HEADERS = ioctl.h noinst_PROGRAMS = passthrough passthrough_fh null hello hello_ll \ ioctl ioctl_client poll poll_client passthrough_ll \ - notify_inval_inode notify_inval_inode_fh \ + notify_inval_inode invalidate_path \ notify_store_retrieve notify_inval_entry \ cuse cuse_client printcap |