]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fsnotify: walk the inode and vfsmount lists simultaneously
authorEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:39 +0000 (10:18 -0400)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 14:18:54 +0000 (10:18 -0400)
commit613a807fe7c793ceb7d6f059773527a5a6c84a96
treed217dbde37c8c0a145c36dea24e7afe5fe5e5ff0
parent84a5b68e8da1490906c11129756490a556ae2c19
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>
fs/notify/fsnotify.c