Give the MFS pseudo block device vnode a VM object, as is now required
authorMatthew Dillon <dillon@dragonflybsd.org>
Sun, 2 Apr 2006 01:35:34 +0000 (01:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sun, 2 Apr 2006 01:35:34 +0000 (01:35 +0000)
commitd39c828b954331e83a57858ca0dda9f7c70c4b20
tree24e605cf0741156f07447bf11ec2e9c2202cccb3
parent4baec531ccf03c5a592276fcf907382ca481b704
Give the MFS pseudo block device vnode a VM object, as is now required
for buffer cache operations.  Do not try to optimize it for now
(i.e. MFS will still double-cache everything).
sys/vfs/mfs/mfs_vfsops.c
sys/vfs/mfs/mfs_vnops.c