commit | ce8f76fb7320297ccbe7c950fd9a2d727dd6a5a0 | [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 | fb870e9564bfef438e46ba3c39be2999e246b179 | |
parent | 613a807fe7c793ceb7d6f059773527a5a6c84a96 [diff] |
fsnotify: pass both the vfsmount mark and inode mark should_send_event() and handle_event() will both need to look up the inode event if they get a vfsmount event. Lets just pass both at the same time since we have them both after walking the lists in lockstep. Signed-off-by: Eric Paris <eparis@redhat.com>