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
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
> ===
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.
-
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
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 |
5 matches
Mail list logo