nfsd: Fix a perf warning
authorTrond Myklebust <trondmy@gmail.com>
Tue, 14 Jan 2020 17:00:21 +0000 (12:00 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 6 Feb 2020 16:22:54 +0000 (11:22 -0500)
commita9ceb060b3cf37987b6162223575eaf4f4e0fc36
tree6ebaa2fbac9d7dbed0c76a6fd7202b3899cd05b1
parent19e0663ff9bce2efb87be8b30f9e46b7843600f3
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>
fs/nfsd/trace.h