dnotify: do not use ?true:false when assigning to a bool
authorEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 15:09:47 +0000 (11:09 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000 (14:57 -0400)
commit5ac697b793a3c45005c568df692518da6e690390
tree9481b421be4a67f91eb4a6f790e02cb555035cc9
parentff52cc2158b32b3b979ca7802b1fd7c70f36e13c
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 <eparis@redhat.com>
fs/notify/dnotify/dnotify.c