]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r270402:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Aug 2014 21:52:26 +0000 (21:52 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 31 Aug 2014 21:52:26 +0000 (21:52 +0000)
commit4bbbcada375918b10049fbc7ad92cee1a5fb2205
tree97b9021d2612250ea283c63dde6541cd516d9709
parente2600f37391103158320d68748a9b1696504c4d6
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@270900 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/autofs/autofs.c
sys/fs/autofs/autofs.h
sys/fs/autofs/autofs_vfsops.c
sys/fs/autofs/autofs_vnops.c