From: Eric Paris Date: Thu, 11 Jun 2009 15:09:47 +0000 (-0400) Subject: dnotify: do not use ?true:false when assigning to a bool X-Git-Tag: v2.6.31-rc1~381^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac697b793a3c45005c568df692518da6e690390;p=pandora-kernel.git dnotify: do not use ?true:false when assigning to a bool dnotify_should send event assigned a bool using ?true:false when computing a bit operation. This is poitless and the bool type does this for us. Signed-off-by: Eric Paris --- Reading git-diff-tree failed