commit | 6ad2d4e3e97ee4bfde0b45e8dfe37911330fc4aa | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:21:56 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Oct 28 17:22:13 2010 -0400 |
tree | 6a4b98f659a886147088a983170fa75e5113f017 | |
parent | 9343919c1495b085a4a1cf4cbada8d7888daf099 [diff] |
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>