Andriy Gapon 0c04f06072 g_vfs_open: correctly set devvp.v_bufobj.bo_bsize to DEV_BSIZE
Because of how breadn -> bufstrategy -> g_vfs_strategy are currently
implemented, bread on devvp always expects DEV_BSIZE block size.
Thus, devvp bo_bsize must always be DEV_BSIZE irrespective of media
properties or filesystem implementation details.

Reviewed by:	mckusick
MFC after:	2 weeks
2010-03-29 20:34:25 +00:00
..
2010-01-25 16:58:58 +00:00
2010-03-18 13:11:43 +00:00
2010-01-25 16:10:22 +00:00
2010-02-18 22:28:12 +00:00
2009-12-28 20:08:01 +00:00
2009-04-10 04:08:34 +00:00