diff options
author | trasz <trasz@FreeBSD.org> | 2015-03-07 19:36:06 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-03-07 19:36:06 +0000 |
commit | 1fbf58cee98e23d69f8bd11d2038910d33b4eee5 (patch) | |
tree | 2b1a95672f3fa645347d40114e1dd4d124ba2de6 /sys/fs/autofs/autofs.h | |
parent | 97710cbe33ec6723cc9fca56b97045a54a06e1a7 (diff) | |
download | FreeBSD-src-1fbf58cee98e23d69f8bd11d2038910d33b4eee5.zip FreeBSD-src-1fbf58cee98e23d69f8bd11d2038910d33b4eee5.tar.gz |
MFC r274859:
Implement "automount -c".
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/fs/autofs/autofs.h')
-rw-r--r-- | sys/fs/autofs/autofs.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |