From: David Brownell Date: Thu, 19 Jul 2007 08:47:55 +0000 (-0700) Subject: AIO sparse fix (type of ki_flags) X-Git-Tag: v2.6.23-rc1~439 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ba2d00363975242dee9bb22cf798b487e3cd61e;p=pandora-kernel.git AIO sparse fix (type of ki_flags) Fix type issue reported by latest 'sparse': kiocb.ki_flags should be "unsigned long" (not "long"), to match bitop type signature. Signed-off-by: David Brownell Signed-off-by: Benjamin LaHaise Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed