Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information