Re: [PATCH 10/16] show-partitions-on-mount-error.diff

From: Pavel Machek
Date: Tue Apr 03 2007 - 08:43:50 EST


Hi!

> block/genhd.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
> include/linux/genhd.h | 1
> init/do_mounts.c | 7 +++++-
> 3 files changed, 61 insertions(+), 1 deletion(-)
>
> Index: linux-2.6.21-rc5/block/genhd.c
> ===================================================================
> --- linux-2.6.21-rc5.orig/block/genhd.c
> +++ linux-2.6.21-rc5/block/genhd.c
> @@ -215,6 +215,60 @@ struct gendisk *get_gendisk(dev_t dev, i
> return kobj ? to_disk(kobj) : NULL;
> }
>
> +/*
> + * printk a full list of all partitions - intended for
> + * places where the root filesystem can't be mounted and thus
> + * to give the victim some idea of what went wrong
> + */
> +void printk_all_partitions(void)
> +{
> + int n;
> + struct gendisk* sgp;
> + mutex_lock(&block_subsys_lock);

tabs-vs-spaces problem.


--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
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/