Re: [was: Linux v2.6.14-rc4] fix textsearch build warning

From: Al Viro
Date: Tue Oct 11 2005 - 18:25:04 EST


On Wed, Oct 12, 2005 at 01:02:33AM +0200, Borislav Petkov wrote:
> Hm, I think that this is even merged already, at least the exact same one liner
> I sent is in Linus' git (see commit id dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7). By the way, how
> can you see the patch's source by using the commit id?
; git-cat-file commit dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7
tree 51f96a9db96293b352e358f66032e1f4ff79fafb
parent 3b0e77bd144203a507eb191f7117d2c5004ea1de
author Al Viro <viro@xxxxxxxxxxxxxxxx> 1128667564 +0100
committer Linus Torvalds <torvalds@xxxxxxxxxxx> 1128808857 -0700

[PATCH] gfp flags annotations - part 1

- added typedef unsigned int __nocast gfp_t;

- replaced __nocast uses for gfp flags with gfp_t - it gives exactly
the same warnings as far as sparse is concerned, doesn't change
generated code (from gcc point of view we replaced unsigned int with
typedef) and documents what's going on far better.

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Linus Torvalds <torvalds@xxxxxxxx>

and no, that's not it.
-
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/