From: Eric Paris Date: Tue, 9 Nov 2010 16:48:30 +0000 (-0500) Subject: fanotify: reorder event on child checking for ease of readability X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d18dfd5bee56779bfb8a04ecf95b933df6c418c7;p=pandora-kernel.git fanotify: reorder event on child checking for ease of readability The check to return false if a parent did not request to receive events about it's children happens in the middle of a big if statement which is easier to read if we just do the check later. So move it. Signed-off-by: Eric Paris --- Reading git-diff-tree failed