"Garrett D'Amore" <gdamore at Sun.COM> wrote:

> Okay, I'm going to propose solving this properly.  The solution is that 
> the following structure:
>
> struct bd_media {
>     uint64_t        m_nblks;
>     boolean_t        m_readonly;
> };
>
> Will grow a new member expressing the block size:
>
> struct bd_media {
>     uint64_t        m_nblks;
>     uint32_t         m_blksize;
>     boolean_t        m_readonly;
> };

the structure content looks OK, but I and many other people
will read "bd_media" as BluRay-Disk Media.....

J?rg

-- 
 EMail:joerg at schily.isdn.cs.tu-berlin.de (home) J?rg Schilling D-13353 Berlin
       js at cs.tu-berlin.de                (uni)  
       joerg.schilling at fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

Reply via email to