fs/cifs: remove obsolete __constant
Replace all __constant_foo to foo() except in smb2status.h (1700 lines to update). Signed-off-by: Fabian Frederick <fabf@skynet.be> Cc: Steve French <sfrench@samba.org> Cc: Jeff Layton <jlayton@poochiereds.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
6b101e2a3c
commit
bc09d141eb
@@ -600,7 +600,7 @@ smb2_clone_range(const unsigned int xid,
|
||||
goto cchunk_out;
|
||||
|
||||
/* For now array only one chunk long, will make more flexible later */
|
||||
pcchunk->ChunkCount = __constant_cpu_to_le32(1);
|
||||
pcchunk->ChunkCount = cpu_to_le32(1);
|
||||
pcchunk->Reserved = 0;
|
||||
pcchunk->Reserved2 = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user