Sergey Senozhatsky f5307104e7 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>
2019-05-07 23:24:54 -05:00
..
2018-06-12 16:19:22 -07:00
2019-05-01 22:43:24 -04:00
2018-12-28 10:05:58 -06:00
2019-03-14 19:32:36 -05:00
2019-03-06 21:55:12 -06:00
2019-03-04 20:05:34 -06:00
2018-12-28 10:05:58 -06:00
2018-08-07 14:15:41 -05:00
2019-03-14 19:32:36 -05:00
2019-04-24 12:33:59 -05:00
2018-07-05 13:48:24 -05:00
2019-01-24 09:37:33 -06:00
2013-09-08 14:54:24 -05:00