diff options
author | bde <bde@FreeBSD.org> | 1997-09-07 16:21:11 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-09-07 16:21:11 +0000 |
commit | bcade9a9035125a9249e03bbdaccb94f1d84ffc7 (patch) | |
tree | e467faa382879278c2ee894344a80c6c0ef297b5 /sys/kern/vfs_subr.c | |
parent | caa2e7e2da294fd9afa91fec5201e2e7cd44ba9b (diff) | |
download | FreeBSD-src-bcade9a9035125a9249e03bbdaccb94f1d84ffc7.zip FreeBSD-src-bcade9a9035125a9249e03bbdaccb94f1d84ffc7.tar.gz |
Removed yet more vestiges of config-time swap configuration and/or
cleaned up nearby cruft.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r-- | sys/kern/vfs_subr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index fb71b96..687ec28 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95 - * $Id: vfs_subr.c,v 1.99 1997/09/03 13:29:41 phk Exp $ + * $Id: vfs_subr.c,v 1.100 1997/09/07 13:49:49 bde Exp $ */ /* @@ -703,8 +703,7 @@ reassignbuf(bp, newvp) #ifndef DEVFS_ROOT /* * Create a vnode for a block device. - * Used for root filesystem and swap areas. - * Also used for memory file system special devices. + * Used for mounting the root file system. */ int bdevvp(dev, vpp) |