kernel/fs/fcntl.c
.. .. @@ -1044,7 +1044,7 @@ 1044 1044 * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY 1045 1045 * is defined as O_NONBLOCK on some platforms and not on others. 1046 1046 */ 1047 - BUILD_BUG_ON(21 - 1 /* for O_RDONLY being 0 */ !=1047 + BUILD_BUG_ON(22 - 1 /* for O_RDONLY being 0 */ !=1048 1048 HWEIGHT32( 1049 1049 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) | 1050 1050 __FMODE_EXEC | __FMODE_NONOTIFY));