commit | f874e1ac21d7708464dc656a10312542c54719f1 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:37 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:49 2010 -0400 |
tree | be47a1f5333208647e016f1861eaf21fb963478b | |
parent | 8c1934c8d70b22ca8333b216aec6c7d09fdbd6a6 [diff] |
inotify: force inotify and fsnotify use same bits inotify uses bits called IN_* and fsnotify uses bits called FS_*. These need to line up. This patch adds build time checks to make sure noone can change these bits so they are not the same. Signed-off-by: Eric Paris <eparis@redhat.com>