Skip to content
Commit 613a807f authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent 84a5b68e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment