Update si_bsize_phys on open.
MFC candidate.
This commit is contained in:
parent
73597ffcc2
commit
8fa3036bdb
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user