Re: [PATCH 0/2] pipe: Fixes [ver #2]
From: David Howells
Date: Thu Dec 12 2019 - 02:34:44 EST
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
> You are sure you won't want that for the notification queue cases? I
> guess they'll never want to "sync" part..
Actually, that's a good point, I do call it in post_one_notification() since I
have to hold the lock anyway. But, as you say, I'm not sure whether I need
the sync variant.
David