This website requires JavaScript.
Explore
Help
Sign in
Piteball
/
android_kernel_google_msm
Watch
1
Star
0
Fork
You've already forked android_kernel_google_msm
0
mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced
2024-11-06 23:17:41 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a42b4799c6
android_kernel_google_msm
/
fs
/
notify
/
fanotify
/
Makefile
2 lines
54 B
Makefile
Raw
Normal View
History
Unescape
Escape
fanotify: fanotify_init syscall declaration This patch defines a new syscall fanotify_init() of the form: int sys_fanotify_init(unsigned int flags, unsigned int event_f_flags, unsigned int priority) This syscall is used to create and fanotify group. This is very similar to the inotify_init() syscall. Signed-off-by: Eric Paris <eparis@redhat.com>
2009-12-18 02:24:25 +00:00
obj-$(CONFIG_FANOTIFY)
+=
fanotify.o fanotify_user.o
Reference in a new issue
Copy permalink