diff options
author | phk <phk@FreeBSD.org> | 1999-09-30 07:11:30 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-09-30 07:11:30 +0000 |
commit | 1fc218b67628314fd94ac6b188a33a35873298be (patch) | |
tree | 7bff0de5bba670be8a637e6365052b51a68ccb0e /sys/dev/vn | |
parent | 4569b2fde6537a667bcff4d094e3cbab325134a8 (diff) | |
download | FreeBSD-src-1fc218b67628314fd94ac6b188a33a35873298be.zip FreeBSD-src-1fc218b67628314fd94ac6b188a33a35873298be.tar.gz |
Remove the D_NOCLUSTER[RW] options which were added because vn had
problems. Now that Matt has fixed vn, this can go. The vn driver
should have used d_maxio (now si_iosize_max) anyway.
Diffstat (limited to 'sys/dev/vn')
-rw-r--r-- | sys/dev/vn/vn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c index 238695d..0e51db4 100644 --- a/sys/dev/vn/vn.c +++ b/sys/dev/vn/vn.c @@ -102,7 +102,6 @@ static d_strategy_t vnstrategy; /* * cdevsw * D_DISK we want to look like a disk - * ( D_NOCLUSTERRW removed - clustering should be ok ) * D_CANFREE We support B_FREEBUF */ |