hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/fs/fcntl.c
....@@ -1044,7 +1044,7 @@
10441044 * Exceptions: O_NONBLOCK is a two bit define on parisc; O_NDELAY
10451045 * is defined as O_NONBLOCK on some platforms and not on others.
10461046 */
1047
- BUILD_BUG_ON(21 - 1 /* for O_RDONLY being 0 */ !=
1047
+ BUILD_BUG_ON(22 - 1 /* for O_RDONLY being 0 */ !=
10481048 HWEIGHT32(
10491049 (VALID_OPEN_FLAGS & ~(O_NONBLOCK | O_NDELAY)) |
10501050 __FMODE_EXEC | __FMODE_NONOTIFY));