summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-02-11 06:59:29 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-02-11 06:59:29 +0000
commit64a0a3ed07a7a71f54bb19d88202fef9497b97ea (patch)
tree11dab50b1383c00774395ef432e6e57d63eca61d /sys/kern/vfs_subr.c
parent6e5f89c7ffde3de1b7bb1391be86dda93af6bd35 (diff)
Add fs_id support and random inode generation numbers for ffs.
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 41ea7f092dc..1e6bd4b56a0 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -263,6 +263,8 @@ getnewfsid(mp, mtype)
/*
* Make a 'unique' number from a mount type name.
+ * Note that this is no longer used for ffs which
+ * now has an on-disk filesystem id.
*/
long
makefstype(type)