rxrpc: Fix set but unused variable 'usage' in rxrpc_get_peer().
authorDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2011 22:41:03 +0000 (18:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 May 2011 22:41:03 +0000 (18:41 -0400)
I backed off from trying to just eliminate this variable, since
transforming atomic_inc_return() into atomic_inc() takes away
the memory barriers.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found