Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] cifs endianness annotations

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Al Viro and committed by
Linus Torvalds
82c05a13 dfdcbcc4

+1 -1
+1 -1
fs/cifs/cifspdu.h
··· 220 220 */ 221 221 #define CIFS_NO_HANDLE 0xFFFF 222 222 223 - #define NO_CHANGE_64 0xFFFFFFFFFFFFFFFFULL 223 + #define NO_CHANGE_64 cpu_to_le64(0xFFFFFFFFFFFFFFFFULL) 224 224 #define NO_CHANGE_32 0xFFFFFFFFUL 225 225 226 226 /* IPC$ in ASCII */