Files
linux-stable-mirror/fs
Gustavo A. R. Silva e8865537a6 fcntl: Fix unreachable code in do_fcntl()
Fix the following warning:

fs/fcntl.c:373:3: warning: fallthrough annotation in unreachable code [-Wimplicit-fallthrough]
                   fallthrough;
                   ^
   include/linux/compiler_attributes.h:210:41: note: expanded from macro 'fallthrough'
   # define fallthrough                    __attribute__((__fallthrough__))

by placing the fallthrough; statement inside ifdeffery.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
2021-07-12 11:09:13 -05:00
..
2021-07-09 13:03:36 -05:00
2021-06-29 10:53:48 -07:00
2021-07-06 20:14:41 -04:00
2021-06-29 10:53:48 -07:00
2021-06-18 09:22:02 -06:00
2021-06-29 10:53:48 -07:00