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

2007-04-03 Thread Jan Engelhardt
On Apr 2 2007 18:59, Pavel Machek wrote in http://lkml.org/lkml/2007/4/3/85: > >> + * 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

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

2007-04-03 Thread Pavel Machek
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 > ===

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

2007-04-01 Thread Andrew Morton
On Sun, 1 Apr 2007 20:15:53 +0200 (MEST) Jan Engelhardt <[EMAIL PROTECTED]> wrote: > Display all possible partitions when the root filesystem is not mounted. > This helps to track spell'o's and missing drivers. It would be nice to include a sample of the resulting output for people to review. -

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

2007-04-01 Thread Andrew Morton
On Sun, 1 Apr 2007 20:15:53 +0200 (MEST) Jan Engelhardt <[EMAIL PROTECTED]> wrote: > > Display all possible partitions when the root filesystem is not mounted. > This helps to track spell'o's and missing drivers. > > From: David Alan Gilbert, http://lkml.org/lkml/2005/2/26/92 > > Updated to wo

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

2007-04-01 Thread Jan Engelhardt
Display all possible partitions when the root filesystem is not mounted. This helps to track spell'o's and missing drivers. From: David Alan Gilbert, http://lkml.org/lkml/2005/2/26/92 Updated to work with newer kernels. Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> block/genhd.c |