Home
last modified time | relevance | path

Searched hist:"613 a807f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/notify/
H A Dfsnotify.c613a807f Wed Jul 28 09:18:39 CDT 2010 Eric Paris <eparis@redhat.com> 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>