pxe: set the block size in the fs structure
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 03:09:44 +0000 (19:09 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 03:09:44 +0000 (19:09 -0800)
commitdafd02cb11048f53e2de221d4b642fd4ba4dbb6a
treef4cd962849367ba576ac9465389652993eb85ba0
parent741ed6fa8609b0a8ce1fa9b1abc27916326b95f9
pxe: set the block size in the fs structure

For better or worse, we use block counts for communicating with the
filesystem.  It would therefore be rather polite to tell them what
block size we expect.

This fixes a boot failure with the new loadhigh routine.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/fs/pxe/pxe.c