Don't set si_bsize_phys, nobody cares.

This commit is contained in:
phk 2004-10-29 11:11:44 +00:00
parent 8fa3fd0acf
commit 6358ee90d6

View File

@ -197,8 +197,6 @@ g_dev_open(struct cdev *dev, int flags, int fmt, struct thread *td)
else
error = g_access(cp, r, w, e);
g_topology_unlock();
if (!error)
dev->si_bsize_phys = cp->provider->sectorsize;
return(error);
}