Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nfsd4: stid display should preserve on-the-wire byte order
When we decode the stateid we byte-swap si_generation. But for simplicity's sake and ease of comparison with network traces, it's better to display the whole thing in network order. Reported-by: Scott Mayhew <smayhew@redhat.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
- Loading branch information