From: Linus Torvalds Date: Thu, 28 Oct 2010 01:17:02 +0000 (-0700) Subject: fasync: Fix placement of FASYNC flag comment X-Git-Tag: v2.6.37-rc1~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f335a8857db2ee22c068e7ab7141fc79928296;p=pandora-kernel.git fasync: Fix placement of FASYNC flag comment In commit f7347ce4ee7c ("fasync: re-organize fasync entry insertion to allow it under a spinlock") Arnd took an earlier patch of mine that had the comment about the FASYNC flag above the wrong function. When the fasync_add_entry() function was split to introduce the new fasync_insert_entry() helper function, the code that actually cares about the FASYNC bit moved to that new helper. So just move the comment to the right point. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed