From: Eric Paris Date: Wed, 28 Jul 2010 14:18:39 +0000 (-0400) Subject: fsnotify: pass both the vfsmount mark and inode mark X-Git-Tag: v2.6.36-rc1~303^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8f76fb7320297ccbe7c950fd9a2d727dd6a5a0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed