Mention vfs_hooks(9) in the entry that mentioned its addition.

Per hubertf@'s request.
This commit is contained in:
jmmv 2006-08-09 21:57:36 +00:00
parent dc2177377e
commit d65ebbf4f8

View File

@ -1,4 +1,4 @@
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.40 $>
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.41 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@ -8072,7 +8072,7 @@ Changes from NetBSD 3.0 to NetBSD 4.0:
watchdog timer. [dyoung 20050922]
kernel: Add the VFS hooks interface so that kernel subsystems
other than VFS can execute code upon VFS operations.
[jmmv 20050923]
See vfs_hooks(9) for more information. [jmmv 20050923]
kernel: Re-factor NFS exports list code handling, making it simpler
by abstracting all the details into the NFS generic code,
using the previously mentioned VFS hooks interface to make