From: Eric Paris Date: Thu, 28 Oct 2010 21:21:56 +0000 (-0400) Subject: fsnotify: implement ordering between notifiers X-Git-Tag: v2.6.37-rc1~17^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ad2d4e3e97ee4bfde0b45e8dfe37911330fc4aa;p=pandora-kernel.git 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 --- Reading git-diff-tree failed