From 1fbf58cee98e23d69f8bd11d2038910d33b4eee5 Mon Sep 17 00:00:00 2001 From: trasz Date: Sat, 7 Mar 2015 19:36:06 +0000 Subject: MFC r274859: Implement "automount -c". Sponsored by: The FreeBSD Foundation --- sys/fs/autofs/autofs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/autofs/autofs.h') diff --git a/sys/fs/autofs/autofs.h b/sys/fs/autofs/autofs.h index 6ea198c..4d16509 100644 --- a/sys/fs/autofs/autofs.h +++ b/sys/fs/autofs/autofs.h @@ -133,6 +133,7 @@ int autofs_trigger(struct autofs_node *anp, const char *component, int componentlen); bool autofs_cached(struct autofs_node *anp, const char *component, int componentlen); +void autofs_flush(struct autofs_mount *amp); bool autofs_ignore_thread(const struct thread *td); int autofs_node_new(struct autofs_node *parent, struct autofs_mount *amp, const char *name, int namelen, struct autofs_node **anpp); -- cgit v1.1