Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 39da7c509acff13fc8cb12ec1bb20337c988ed36 authored by Linus Torvalds on 09 April 2017, 16:49:44 UTC
Linux 4.11-rc6
Tip revision: 39da7c5
fanotify.h
#ifndef _LINUX_FANOTIFY_H
#define _LINUX_FANOTIFY_H

#include <uapi/linux/fanotify.h>

/* not valid from userspace, only kernel internal */
#define FAN_MARK_ONDIR		0x00000100
#endif /* _LINUX_FANOTIFY_H */
back to top