On Thu, 2009-01-29 at 15:09 -0800, Andrew Vasquez wrote: > On Thu, 29 Jan 2009, Harvey Harrison wrote: > > > The base versions handle constant folding now. Almost entirely > > in qla2xxx/qla4xxx. > > Do the same semantics apply to htonl()? As, I'd rather see the > changes from __constant_htonl() -> cpu_to_be32() be __constant_htonl() > -> htonl(): They do, htonl is a simple wrapper around cpu_to_be32. This was just a stupid search/replace in the two drivers. If you'd prefer it done differently, feel free. If it's just the htonl bits I'll do a respin. Harvey -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html