git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20dee62
)
fanotify: groups can specify their f_flags for new fd
author
Eric Paris
<eparis@redhat.com>
Wed, 28 Jul 2010 14:18:37 +0000
(10:18 -0400)
committer
Eric Paris
<eparis@redhat.com>
Wed, 28 Jul 2010 14:18:50 +0000
(10:18 -0400)
Currently fanotify fds opened for thier listeners are done with f_flags
equal to O_RDONLY | O_LARGEFILE. This patch instead takes f_flags from the
fanotify_init syscall and uses those when opening files in the context of
the listener.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found