--- ac/arch/um/fs/hostfs/hostfs_kern.c Sun Apr 22 12:59:17 2001 +++ um/arch/um/fs/hostfs/hostfs_kern.c Sat Apr 28 18:12:07 2001 @@ -10,6 +10,7 @@ #include #include #include +#include #include #include "hostfs.h" #include "kern_util.h" @@ -650,7 +651,7 @@ struct buffer_head * bh; struct super_block *ret = NULL; kdev_t dev = sb->s_dev; - int blocksize = get_hardblocksize(dev); + int blocksize = get_hardsect_size(dev); if(blocksize == 0) blocksize = BLOCK_SIZE; if(!(bh = bread (dev, 0, blocksize))) return NULL;