linux/fs/ntfs3
Gustavo A. R. Silva abfeb2ee21
fs/ntfs3: Fix fall-through warnings for Clang
Fix the following fallthrough warnings:

fs/ntfs3/inode.c:1792:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
fs/ntfs3/index.c:178:2: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]

This helps with the ongoing efforts to globally enable
-Wimplicit-fallthrough for Clang.

Link: https://github.com/KSPP/linux/issues/115
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
2021-08-27 17:05:11 +03:00
..
lib fs/ntfs3: Fix various spelling mistakes 2021-08-27 17:04:45 +03:00
attrib.c fs/ntfs3: Add attrib operations 2021-08-13 07:55:55 -07:00
attrlist.c fs/ntfs3: Add attrib operations 2021-08-13 07:55:55 -07:00
bitfunc.c fs/ntfs3: Add bitmap 2021-08-13 07:55:41 -07:00
bitmap.c fs/ntfs3: Add bitmap 2021-08-13 07:55:41 -07:00
debug.h fs/ntfs3: Add ifndef + define to all header files 2021-08-27 17:05:10 +03:00
dir.c fs/ntfs3: Add file operations and implementation 2021-08-13 07:55:49 -07:00
file.c fs/ntfs3: Add file operations and implementation 2021-08-13 07:55:49 -07:00
frecord.c fs/ntfs3: Fix one none utf8 char in source file 2021-08-27 17:05:11 +03:00
fslog.c fs/ntfs3: Add NTFS journal 2021-08-13 07:56:05 -07:00
fsntfs.c fs/ntfs3: Remove unused variable cnt in ntfs_security_init() 2021-08-27 17:05:10 +03:00
index.c fs/ntfs3: Fix fall-through warnings for Clang 2021-08-27 17:05:11 +03:00
inode.c fs/ntfs3: Fix fall-through warnings for Clang 2021-08-27 17:05:11 +03:00
Kconfig fs/ntfs3: Add Kconfig, Makefile and doc 2021-08-13 07:56:37 -07:00
lznt.c fs/ntfs3: Add compression 2021-08-13 07:56:00 -07:00
Makefile fs/ntfs3: Add Kconfig, Makefile and doc 2021-08-13 07:56:37 -07:00
namei.c fs/ntfs3: Add file operations and implementation 2021-08-13 07:55:49 -07:00
ntfs_fs.h fs/ntfs3: Add ifndef + define to all header files 2021-08-27 17:05:10 +03:00
ntfs.h fs/ntfs3: Add ifndef + define to all header files 2021-08-27 17:05:10 +03:00
record.c fs/ntfs3: Add file operations and implementation 2021-08-13 07:55:49 -07:00
run.c fs/ntfs3: Use linux/log2 is_power_of_2 function 2021-08-27 17:05:09 +03:00
super.c fs/ntfs3: Use linux/log2 is_power_of_2 function 2021-08-27 17:05:09 +03:00
upcase.c fs/ntfs3: Fix various spelling mistakes 2021-08-27 17:04:45 +03:00
xattr.c fs/ntfs3: Add attrib operations 2021-08-13 07:55:55 -07:00