Re: lstat returns bogus values.

From: linux-os (Dick Johnson)
Date: Mon Mar 20 2006 - 17:03:10 EST



On Mon, 20 Mar 2006, Andreas Schwab wrote:

> "linux-os (Dick Johnson)" <linux-os@xxxxxxxxxxxx> writes:
>
>> The "kernelly-corrected" stuff should have been returned by lstat()
>
> What should lstat return for a cdrom device node that has no medium?
> Should "ls -l /dev/cdrom" block until you have inserted a CD?
>
> Andreas.
>

`ls` only means something when there is a file-system so `ls`
is not appropriate until you have a file-system. Currently
`ls` on such a block device correctly returns the device type.

I think lstat should return -1 and the appropriate error code
should be in errno (perhaps ENOMEDIUM).


> --
> Andreas Schwab, SuSE Labs, schwab@xxxxxxx
> SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
> PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
> "And now for something completely different."
>

Cheers,
Dick Johnson
Penguin : Linux version 2.6.15.4 on an i686 machine (5589.48 BogoMips).
Warning : 98.36% of all statistics are fiction, book release in April.
_


****************************************************************
The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@xxxxxxxxxxxx - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.
-
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/