mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
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>
This commit is contained in:
parent
433b8dd767
commit
f5307104e7
1 changed files with 1740 additions and 1740 deletions
3480
fs/cifs/smb2status.h
3480
fs/cifs/smb2status.h
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue