rxrpc: Use before_eq() and friends to compare serial numbers
authorDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 13:04:38 +0000 (14:04 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 23 Sep 2016 13:05:08 +0000 (14:05 +0100)
commit98dafac5697fbe1fb4bef9e3204baf9051641b00
treed03c8d938f336f1f14f3f3fdeb3c514def6cd374
parent90bd684ded900673d86f64f4b4197704a38f04bc
rxrpc: Use before_eq() and friends to compare serial numbers

before_eq() and friends should be used to compare serial numbers (when not
checking for (non)equality) rather than casting to int, subtracting and
checking the result.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/input.c