commit | 7e4fdd0744fcb9f08854c37643bf529c5945cc36 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Sat Oct 23 11:04:12 2010 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Oct 25 17:58:40 2010 -0400 |
tree | 4587d216b75107bc173a66396e5ca6a4d4e1b0ce | |
parent | a663bdd8c5d18d287f7468470816c9e0e66343c1 [diff] |
svcrpc: never clear XPT_BUSY on dead xprt Once an xprt has been deleted, there's no reason to allow it to be enqueued--at worst, that might cause the xprt to be re-added to some global list, resulting in later corruption. Also, note this leaves us with no need for the reference-count manipulation here. Reviewed-by: NeilBrown <neilb@suse.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>