patch-2.3.99-pre1 linux/fs/partitions/sgi.c
Next file: linux/fs/proc/procfs_syms.c
Previous file: linux/fs/partitions/atari.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Mar 12 19:39:39 2000
- Orig file:
v2.3.51/linux/fs/partitions/sgi.c
- Orig date:
Wed Feb 16 17:03:52 2000
diff -u --recursive --new-file v2.3.51/linux/fs/partitions/sgi.c linux/fs/partitions/sgi.c
@@ -17,9 +17,9 @@
#include "check.h"
#include "sgi.h"
-int sgi_partition(struct gendisk *hd, kdev_t dev, unsigned long first_sector, int first_part_minor)
+int sgi_partition(struct gendisk *hd, kdev_t dev, unsigned long first_sector, int current_minor)
{
- int i, csum, magic, current_minor = first_part_minor;
+ int i, csum, magic;
unsigned int *ui, start, blocks, cs;
struct buffer_head *bh;
struct sgi_disklabel {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)