summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/debugfs.c
diff options
context:
space:
mode:
authorVaishali Thakkar2015-06-10 16:45:29 +0200
committerTrond Myklebust2015-06-11 00:57:59 +0200
commit4ed0d83d057c16efeca4210ba8fb2b5029333fb3 (patch)
tree0c4f497184a2758d9499f67c5497632257709c85 /net/sunrpc/debugfs.c
parentSUNRPC: Transport fault injection (diff)
downloadkernel-qcow2-linux-4ed0d83d057c16efeca4210ba8fb2b5029333fb3.tar.gz
kernel-qcow2-linux-4ed0d83d057c16efeca4210ba8fb2b5029333fb3.tar.xz
kernel-qcow2-linux-4ed0d83d057c16efeca4210ba8fb2b5029333fb3.zip
NFS: Convert use of __constant_htonl to htonl
In little endian cases, the macro htonl unfolds to __swab32 which provides special case for constants. In big endian cases, __constant_htonl and htonl expand directly to the same expression. So, replace __constant_htonl with htonl with the goal of getting rid of the definition of __constant_htonl completely. The semantic patch that performs this transformation is as follows: @@expression x;@@ - __constant_htonl(x) + htonl(x) Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'net/sunrpc/debugfs.c')
0 files changed, 0 insertions, 0 deletions