linux/fs/notify/dnotify
Eric Paris 5ac697b793 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>
2009-06-11 14:57:54 -04:00
..
dnotify.c dnotify: do not use ?true:false when assigning to a bool 2009-06-11 14:57:54 -04:00
Kconfig dnotify: reimplement dnotify using fsnotify 2009-06-11 14:57:53 -04:00
Makefile filesystem notification: create fs/notify to contain all fs notification 2008-12-31 18:07:43 -05:00