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)
commit4bcad6c1ef53a9a0224f4654ceb3b9030d0769ec
treeebb381a3166818f01fe1f0b170564b7576350705
parent18bcd0c8cb7d85a9063b88ec810dc1cdc0974518
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: Matt Fleming <matt.fleming@linux.intel.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/user.c