commit | a9ceb060b3cf37987b6162223575eaf4f4e0fc36 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Tue Jan 14 12:00:21 2020 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Feb 06 11:22:54 2020 -0500 |
tree | 6ebaa2fbac9d7dbed0c76a6fd7202b3899cd05b1 | |
parent | 19e0663ff9bce2efb87be8b30f9e46b7843600f3 [diff] |
nfsd: Fix a perf warning perf does not know how to deal with a __builtin_bswap32() call, and complains. All other functions just store the xid etc in host endian form, so let's do that in the tracepoint for nfsd_file_acquire too. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>