Commit 4bcad6c1 authored by Matt Fleming's avatar Matt Fleming Committed by David Teigland

dlm: Remove superfluous call to recalc_sigpending()

recalc_sigpending() is called within sigprocmask(), so there is no
need call it again after sigprocmask() has returned.
Signed-off-by: default avatarMatt Fleming <matt.fleming@linux.intel.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 18bcd0c8
......@@ -611,7 +611,6 @@ static ssize_t device_write(struct file *file, const char __user *buf,
out_sig:
sigprocmask(SIG_SETMASK, &tmpsig, NULL);
recalc_sigpending();
out_free:
kfree(kbuf);
return error;
......
Markdown is supported
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