CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/15 04:20:55
Modified files:
sys/ufs/mfs : mfs_vfsops.c mfs_vnops.c mfsnode.h
Log message:
Switch mfs to bufq. This simplifies the code, gives us queue limits for
free and uses FIFO queueing (rather than the current LIFO queueing).
Tested by sthen@
ok beck@ krw@
