Re: [PATCH 1/6] fuse: Kill fasync only if interrupt is queued in queue_interrupt()

2018-11-07 Thread Miklos Szeredi
On Tue, Nov 6, 2018 at 10:30 AM, Kirill Tkhai wrote: > We should sent signal only in case of interrupt is really queued. > Not a real problem, but this makes the code clearer and intuitive. > > Signed-off-by: Kirill Tkhai > --- > fs/fuse/dev.c |6 +- > 1 file changed, 5 insertions(+), 1

[PATCH 1/6] fuse: Kill fasync only if interrupt is queued in queue_interrupt()

2018-11-06 Thread Kirill Tkhai
We should sent signal only in case of interrupt is really queued. Not a real problem, but this makes the code clearer and intuitive. Signed-off-by: Kirill Tkhai --- fs/fuse/dev.c |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index fb253