From: Tomasz Kvarsin Date: Mon, 12 Feb 2007 08:52:14 +0000 (-0800) Subject: [PATCH] warning fix: unsigned->signed X-Git-Tag: v2.6.21-rc1~274^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3991d3bd1506391d8feec209b1d22ccb1c03a0bf;p=pandora-kernel.git [PATCH] warning fix: unsigned->signed While compiling my code with -Wconversion using gcc-trunk, I always get a bunch of warrning from headers, here is fix for them: __getblk is alawys called with unsigned argument, but it takes signed, the same story with __bread,__breadahead and so on. Signed-off-by: Tomasz Kvarsin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed