Luben Tuikov wrote:
> Display this:
>  "%016llx", ((unsigned long long) be64_to_cpu(*(__be64 *)(LUN))),
> where LUN is u8[8].  Notice the ugly, C-centric "0x" prefix
> is missing.

I agree.  We don't need 0x prefix nor h suffix nor delimiters like
spaces, dashes, colons... in the kernel's printouts of LUNs (i.e. in
sysfs attribute values or sysfs path components or dmesg debug printouts
or wherever the kernel might hand out LUN represemtations to userspace).

...
> This also makes it great to be a directory name, since it is the
> same width and format,
...

Yes, that's quite OK for syfs path components.  But remember that syfs
path components are considered unstable sysfs ABI elements.
-- 
Stefan Richter
-=====-=-=== -==- ==-=-
http://arcgraph.de/sr/
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to