Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 23:16:21 -0600 (MDT)
From:      Kazuo Horikawa <horikawa@FreeBSD.org>
To:        doc@FreeBSD.org, chris@FreeBSD.org
Subject:   "all file mounted file systems" in vfs_unmountall.9
Message-ID:  <20020824.231621.74755061.horikawa@attbi.com>

next in thread | raw e-mail | index | archive | help
Hi,

vfs_unmountall(9) manual page reads:

: DESCRIPTION
:      The vfs_unmountall function, run only at system shutdown, unmounts all
:      file mounted file systems from most recent to oldest in order to avoid
:      handling dependencies.

Shall "all file mounted file systems" be replaced with "all mounted
file systems"?  Or, what does "all file mounted file systems" mean?

I thought it might mean a file system which contains real files (not a
proc file system or etc.), but it seems for me that vfs_unmountall()
in vfs_subr.c just unmount all file systems by calling do_unmount()
for each file system in mountlist.

Thanks,
-- Kazuo Horikawa

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020824.231621.74755061.horikawa>