Re: ide-floppy.c vs devfs

Borsenkow Andrej (Andrej.Borsenkow@mow.siemens.ru)
Mon, 26 Nov 2001 13:04:50 +0300


>> Try the devfs test version that I just uploaded to
>>
>> http://paulbristow.net/linux/idefloppy.html
>>
>> This is early days, and I'm not sure what the best approach is...
>>
>> Feedback is greatly appreaciated.
>

On this page you mention that Mandrake includes this patch, but your
driver (link on the above patch) differs from Mandrake one. In patch I
sent to Mandrake I just fake drive capacity in case
CAPACITY_NO_CARTRIDGE is returned.

>
> I haven't had time to look at this closely, but I question why you're
> trying to prevent grok_partitions() from doing it's thing. There's
> supposed to be a flag set for removable media which ensures media
> revalidation on scanning the parent directory or looking up an entry.
> I'd rather see that mechanism fixed.

Currently grok_partitions() silently ignores any media with size == 0,
irrespectively of whether removable is set or not. It means that *no*
entries for drive (either disc or part?) are created at all and there is
nothing that later on triggers revalidation.

I still believe grok_partitions() should create disc node for removables
even if current capacity == 0 (that for removable just means there is no
media inserted). Then it would work the way you describe and faking
drive capacity for empty drives could be removed (IIRC it happens for
other removables like SCSI disks as well).

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