Skip to content
Snippets Groups Projects
Commit f5307104 authored by Sergey Senozhatsky's avatar Sergey Senozhatsky Committed by Steve French
Browse files

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: default avatarSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 433b8dd7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment