commit | 613a807fe7c793ceb7d6f059773527a5a6c84a96 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:39 2010 -0400 |
committer | Eric Paris <eparis@redhat.com> | Wed Jul 28 10:18:54 2010 -0400 |
tree | d217dbde37c8c0a145c36dea24e7afe5fe5e5ff0 | |
parent | 84a5b68e8da1490906c11129756490a556ae2c19 [diff] |
fsnotify: walk the inode and vfsmount lists simultaneously We currently walk the list of marks on an inode followed by the list of marks on the vfsmount. These are in order (by the memory address of the group) so lets walk them both together. Eventually we can pass both the inode mark and the vfsmount mark to helpers simultaneously. Signed-off-by: Eric Paris <eparis@redhat.com>