[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <5157576d0702061339w28adbf5fp2dbc5e86661d894@mail.gmail.com>
Date: Wed, 7 Feb 2007 00:39:45 +0300
From: "Tomasz Kvarsin" <kvarsin@...il.com>
To: "Andrew Morton" <akpm@...l.org>
Cc: viro@...iv.linux.org.uk, axboe@...nel.dk,
linux-kernel@...r.kernel.org
Subject: [PATCH]: warrning fix: unsigned->signed
While compiling my code, I always get 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
Download attachment "unsigned-fix.patch" of type "application/octet-stream" (3181 bytes)
Powered by blists - more mailing lists