From d1036ec04d97c478ac585f50d8d98eb1dfc87c35 Mon Sep 17 00:00:00 2001 From: trasz Date: Sun, 31 Aug 2014 21:52:26 +0000 Subject: MFC r270402: Autofs softc needs to be global anyway, so don't pass it as a local variable, and don't store in autofs_mount. Also rename it from 'sc' to 'autofs_softc', since it's global and extern. Sponsored by: The FreeBSD Foundation --- sys/fs/autofs/autofs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/fs/autofs/autofs.h') diff --git a/sys/fs/autofs/autofs.h b/sys/fs/autofs/autofs.h index 35fcc85..2c72645 100644 --- a/sys/fs/autofs/autofs.h +++ b/sys/fs/autofs/autofs.h @@ -75,7 +75,6 @@ struct autofs_node { struct autofs_mount { TAILQ_ENTRY(autofs_mount) am_next; - struct autofs_softc *am_softc; struct autofs_node *am_root; struct mount *am_mp; struct sx am_lock; -- cgit v1.1