Skip to content
Commit 55f335a8 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

fasync: Fix placement of FASYNC flag comment



In commit f7347ce4 ("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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7420a8c0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment