From: Eric Paris Date: Wed, 28 Jul 2010 14:18:37 +0000 (-0400) Subject: inotify: force inotify and fsnotify use same bits X-Git-Tag: v2.6.36-rc1~303^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f874e1ac21d7708464dc656a10312542c54719f1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed