svcrpc: don't set then immediately clear XPT_DEFERRED
authorJ. Bruce Fields <bfields@redhat.com>
Mon, 25 Oct 2010 16:50:15 +0000 (12:50 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 19 Nov 2010 23:35:11 +0000 (18:35 -0500)
There's no harm to doing this, since the only caller will immediately
call svc_enqueue() afterwards, ensuring we don't miss the remaining
deferred requests just because XPT_DEFERRED was briefly cleared.

But why not just do this the simple way?

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found