RE: [PATCH 2.6] cciss typo fix

From: Miller, Mike (OS Dev)
Date: Mon Jan 10 2005 - 10:48:59 EST


> > > - *block_size = be32_to_cpu(*((__be32 *)
> > &buf->block_size[0]));
> > > + *total_size = be32_to_cpu(*((__u32 *)
> > &buf->total_size[0]))+1;
>


> From: Jens Axboe [mailto:axboe@xxxxxxx]
> Hmm odd, no one should have complained, it should just have been added
> to the compat header.

Even if it were added to the compat header; is using __be32 correct in this context?

mikem
-
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/