aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vn/vn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/vn/vn.c b/sys/dev/vn/vn.c
index 54914b24f795..f20c6616234d 100644
--- a/sys/dev/vn/vn.c
+++ b/sys/dev/vn/vn.c
@@ -224,7 +224,6 @@ vnopen(dev_t dev, int flags, int mode, struct proc *p)
* used directly if you open the 'whole disk' device.
*/
dev->si_bsize_phys = vn->sc_secsize;
- dev->si_bsize_best = vn->sc_secsize;
if (flags & FWRITE && vn->sc_flags & VNF_READONLY)
return (EACCES);