patch-2.4.0-test5 linux/fs/partitions/check.c
Next file: linux/fs/partitions/msdos.c
Previous file: linux/fs/partitions/Makefile
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Jul 25 18:23:48 2000
- Orig file:
v2.4.0-test4/linux/fs/partitions/check.c
- Orig date:
Mon Jul 10 16:47:26 2000
diff -u --recursive --new-file v2.4.0-test4/linux/fs/partitions/check.c linux/fs/partitions/check.c
@@ -34,7 +34,6 @@
#include "ultrix.h"
extern void device_init(void);
-extern void md_run_setup(void);
extern int *blk_size[];
extern void rd_load(void);
extern void initrd_load(void);
@@ -183,14 +182,6 @@
else
printk(" %s", disk_name(hd, minor, buf));
#endif
-}
-
-int get_hardsect_size(kdev_t dev)
-{
- if (hardsect_size[MAJOR(dev)] != NULL)
- return hardsect_size[MAJOR(dev)][MINOR(dev)];
- else
- return 512;
}
unsigned int get_ptable_blocksize(kdev_t dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)