commit | 98dafac5697fbe1fb4bef9e3204baf9051641b00 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 23 14:04:38 2016 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri Sep 23 14:05:08 2016 +0100 |
tree | d03c8d938f336f1f14f3f3fdeb3c514def6cd374 | |
parent | 90bd684ded900673d86f64f4b4197704a38f04bc [diff] |
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>