Update si_bsize_phys on open.

MFC candidate.
This commit is contained in:
phk 2003-01-02 09:38:22 +00:00
parent 73597ffcc2
commit 8fa3036bdb

View File

@ -208,6 +208,7 @@ g_dev_open(dev_t dev, int flags, int fmt, struct thread *td)
g_topology_unlock();
PICKUP_GIANT();
g_waitidle();
dev->si_bsize_phys = cp->provider->sectorsize;
return(error);
}