diff options
author | dillon <dillon@FreeBSD.org> | 1999-01-27 23:49:45 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-01-27 23:49:45 +0000 |
commit | 4cc7d69521756e89ce3e5ea28211fda13fc4c9ff (patch) | |
tree | 50e5b1a2dce1a488f4ac02d871c971602df46153 /sys/kern/vfs_export.c | |
parent | f9a4729a9b5e134850841ee06d85b97bf66e749b (diff) | |
download | FreeBSD-src-4cc7d69521756e89ce3e5ea28211fda13fc4c9ff.zip FreeBSD-src-4cc7d69521756e89ce3e5ea28211fda13fc4c9ff.tar.gz |
Fix but in devfs_strategy(). Switch cases were falling through
instead of breaking out, so a VCHR devices would run the VCHR
routine and then fall through and run the VBLK routine. Fixed.
Diffstat (limited to 'sys/kern/vfs_export.c')
0 files changed, 0 insertions, 0 deletions