commit | 62bac4af3d778f6d06d351c0442008967c512588 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Oct 25 12:50:15 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Nov 19 18:35:11 2010 -0500 |
tree | b1e0b336d0f23f11896d81e48f2e8f66c2d8f75d | |
parent | 43b0178eda1e7e5d1e205bbfd076ab5d6ecacc02 [diff] |
svcrpc: don't set then immediately clear XPT_DEFERRED 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>