From: David Woodhouse Date: Tue, 20 Jun 2006 12:44:27 +0000 (+0100) Subject: [GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags) X-Git-Tag: v2.6.19-rc1~32^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695165dfba5204791bc4ae8911ed8b6326ce6d91;p=pandora-kernel.git [GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags) fs/gfs2/glock.c: In function ‘gfs2_holder_get’: fs/gfs2/glock.c:439: warning: passing argument 2 of ‘set_bit’ from incompatible pointer type fs/gfs2/glock.c: In function ‘rq_promote’: fs/gfs2/glock.c:512: warning: passing argument 2 of ‘set_bit’ from incompatible pointer type fs/gfs2/glock.c:526: warning: passing argument 2 of ‘set_bit’ from incompatible pointer type ... Signed-off-by: David Woodhouse --- Reading git-diff-tree failed