]> git.baikalelectronics.ru Git - kernel.git/commit
fsnotify: implement ordering between notifiers
authorEric Paris <eparis@redhat.com>
Thu, 28 Oct 2010 21:21:56 +0000 (17:21 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 28 Oct 2010 21:22:13 +0000 (17:22 -0400)
commit402aa52fff71f6837c0d215b4b647e9a569ec6b3
tree6a4b98f659a886147088a983170fa75e5113f017
parent700628160177447c1c7ccf15a69727019f4de2c0
fsnotify: implement ordering between notifiers

fanotify needs to be able to specify that some groups get events before
others.  They use this idea to make sure that a hierarchical storage
manager gets access to files before programs which actually use them.  This
is purely infrastructure.  Everything will have a priority of 0, but the
infrastructure will exist for it to be non-zero.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/inode_mark.c
fs/notify/vfsmount_mark.c
include/linux/fsnotify_backend.h