Re: [PATCH 4/7] sd: add support for WRITE SAME (16) with unmap bit

From: Christoph Hellwig
Date: Sun Aug 30 2009 - 13:15:00 EST


On Sun, Aug 30, 2009 at 03:12:09PM +0400, Sergei Shtylyov wrote:
>> + printk(KERN_INFO "umap, lba = 0x%lld, len = %d\n",
>>
>
> So, is it hex or decimal? :-)
>
>> + bio->bi_sector, bio_sectors(bio));
>>
>
> Since bio->bi_sector can either be 4 or 8 bytes, you need a cast to
> unsigned long long here.

Indeed. But as this is justa debug printk that slipped through I will
just remove it completely in the next iteration.

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