This website requires JavaScript.
Explore
Help
Register
Sign in
Techwizz
/
kernel-fxtec-pro1x
Watch
1
Star
0
Fork
You've already forked kernel-fxtec-pro1x
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
49e3b5a44f
kernel-fxtec-pro1x
/
fs
/
notify
/
inotify
/
Makefile
2 lines
64 B
Makefile
Raw
Normal View
History
Unescape
Escape
inotify: reimplement inotify using fsnotify Reimplement inotify_user using fsnotify. This should be feature for feature exactly the same as the original inotify_user. This does not make any changes to the in kernel inotify feature used by audit. Those patches (and the eventual removal of in kernel inotify) will come after the new inotify_user proves to be working correctly. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de>
2009-05-21 15:02:01 -06:00
obj-$(CONFIG_INOTIFY_USER)
+=
inotify_fsnotify.o inotify_user.o
Reference in a new issue
Copy permalink