diff options
Diffstat (limited to 'fs/cifs/smb2ops.c')
-rw-r--r-- | fs/cifs/smb2ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2ops.c b/fs/cifs/smb2ops.c index c5f521bcdee2..7ecac610b44b 100644 --- a/fs/cifs/smb2ops.c +++ b/fs/cifs/smb2ops.c | |||
@@ -600,7 +600,7 @@ smb2_clone_range(const unsigned int xid, | |||
600 | goto cchunk_out; | 600 | goto cchunk_out; |
601 | 601 | ||
602 | /* For now array only one chunk long, will make more flexible later */ | 602 | /* For now array only one chunk long, will make more flexible later */ |
603 | pcchunk->ChunkCount = __constant_cpu_to_le32(1); | 603 | pcchunk->ChunkCount = cpu_to_le32(1); |
604 | pcchunk->Reserved = 0; | 604 | pcchunk->Reserved = 0; |
605 | pcchunk->Reserved2 = 0; | 605 | pcchunk->Reserved2 = 0; |
606 | 606 | ||