mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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>
This commit is contained in:
parent
3c6248937f
commit
c1f221c1be
|
|
@ -385,6 +385,7 @@ static int ntfs_fs_parse_param(struct fs_context *fc,
|
|||
break;
|
||||
case Opt_acl_bool:
|
||||
if (result.boolean) {
|
||||
fallthrough;
|
||||
case Opt_acl:
|
||||
#ifdef CONFIG_NTFS3_FS_POSIX_ACL
|
||||
fc->sb_flags |= SB_POSIXACL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user