summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
diff options
context:
space:
mode:
authorSergey Senozhatsky2019-03-14 07:17:16 +0100
committerSteve French2019-05-08 06:24:54 +0200
commitf5307104e7575b3fb577981b40e466e90fab3392 (patch)
treec4e7fb1932d3c7b936583d6f296d0978ec113e00 /fs/cifs/connect.c
parentSMB3: Track total time spent on roundtrips for each SMB3 command (diff)
downloadkernel-qcow2-linux-f5307104e7575b3fb577981b40e466e90fab3392.tar.gz
kernel-qcow2-linux-f5307104e7575b3fb577981b40e466e90fab3392.tar.xz
kernel-qcow2-linux-f5307104e7575b3fb577981b40e466e90fab3392.zip
cifs: don't use __constant_cpu_to_le32()
A trivial patch. cpu_to_le32() is capable enough to detect __builtin_constant_p() and to use an appropriate compile time ___constant_swahb32() function. So we can use cpu_to_le32() instead of __constant_cpu_to_le32(). Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/connect.c')
0 files changed, 0 insertions, 0 deletions