dlm: Remove superfluous call to recalc_sigpending()
authorMatt Fleming <matt.fleming@linux.intel.com>
Thu, 24 Mar 2011 13:56:47 +0000 (13:56 +0000)
committerDavid Teigland <teigland@redhat.com>
Mon, 28 Mar 2011 15:20:17 +0000 (10:20 -0500)
recalc_sigpending() is called within sigprocmask(), so there is no
need call it again after sigprocmask() has returned.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found