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.

fs/ntfs3: add fall-through between switch labels

Add fall-through to fix the warning in ntfs_fs_parse_param().

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202602041402.uojBz5QY-lkp@intel.com/
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>

+1
+1
fs/ntfs3/super.c
··· 385 385 break; 386 386 case Opt_acl_bool: 387 387 if (result.boolean) { 388 + fallthrough; 388 389 case Opt_acl: 389 390 #ifdef CONFIG_NTFS3_FS_POSIX_ACL 390 391 fc->sb_flags |= SB_POSIXACL;