]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e7afc5967019f08c64c1d80e81bbed3213cd7ad
tree9481b421be4a67f91eb4a6f790e02cb555035cc9
parent6d4672a176a24fa998778bd123806542ec25ccdc
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