summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2014-11-07 15:49:04 +0000
committertrasz <trasz@FreeBSD.org>2014-11-07 15:49:04 +0000
commit5217262cb30f6f5d40292201c165c3ce4d5ac778 (patch)
treefd004ed03fe7cd39c43a9c580453816e63abeaaa /sys/fs
parenta6df93e354d8150ab4b055289fbea5eccb9a8cc7 (diff)
downloadFreeBSD-src-5217262cb30f6f5d40292201c165c3ce4d5ac778.zip
FreeBSD-src-5217262cb30f6f5d40292201c165c3ce4d5ac778.tar.gz
MFC r272743:
Simplify; no functional changes. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/autofs/autofs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/autofs/autofs.c b/sys/fs/autofs/autofs.c
index f6838f9..09f3c62 100644
--- a/sys/fs/autofs/autofs.c
+++ b/sys/fs/autofs/autofs.c
@@ -367,7 +367,7 @@ autofs_trigger_one(struct autofs_node *anp,
char *key, *path;
int error = 0, request_error, last;
- amp = VFSTOAUTOFS(anp->an_vnode->v_mount);
+ amp = anp->an_mount;
sx_assert(&autofs_softc->sc_lock, SA_XLOCKED);
OpenPOWER on IntegriCloud