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.

[COMPAT]: EXT3_IOC_SETVERSION is _IOW() not _IOR().

Noticed by Helge Deller.

Signed-off-by: David S. Miller <davem@davemloft.net>

+1 -1
+1 -1
fs/compat_ioctl.c
··· 137 137 #define EXT2_IOC32_GETFLAGS _IOR('f', 1, int) 138 138 #define EXT2_IOC32_SETFLAGS _IOW('f', 2, int) 139 139 #define EXT3_IOC32_GETVERSION _IOR('f', 3, int) 140 - #define EXT3_IOC32_SETVERSION _IOR('f', 4, int) 140 + #define EXT3_IOC32_SETVERSION _IOW('f', 4, int) 141 141 #define EXT3_IOC32_GETRSVSZ _IOR('f', 5, int) 142 142 #define EXT3_IOC32_SETRSVSZ _IOW('f', 6, int) 143 143 #define EXT3_IOC32_GROUP_EXTEND _IOW('f', 7, unsigned int)