Re: [2.4] Is a negative rsect in /proc/partitions normal?

From: Marcelo Tosatti
Date: Tue Dec 30 2003 - 07:00:46 EST




> struct hd_struct in include/linux/genhd.h:61 has them all unsigned int.
>
> How's this patch look against 2.4.23?
>
> --- drivers/block/genhd.c.orig 2003-12-29 18:35:35.000000000 -0800
> +++ drivers/block/genhd.c 2003-12-29 18:40:11.000000000 -0800
> @@ -201,7 +201,7 @@
>
> disk_round_stats(hd);
> seq_printf(s, "%4d %4d %10d %s "
> - "%d %d %d %d %d %d %d %d %d %d %d\n",
> + "%u %u %u %u %u %u %u %u %u %u %u\n",
> gp->major, n, gp->sizes[n],
> disk_name(gp, n, buf),
> hd->rd_ios, hd->rd_merges,

Looks good, applied.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/