]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix mount failure with quota configured as module
authorJan Kara <jack@suse.cz>
Fri, 21 Feb 2020 10:08:35 +0000 (11:08 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 22 Feb 2020 00:32:07 +0000 (19:32 -0500)
commitd72bee0128a96f63c6efbb4d90b8ef55110844da
treede32c5c0baeff9ae16aab39018cf7e9ce97dfbba
parent86dbcc127d3c48f36d7cde04067a4f30eb3f7218
ext4: fix mount failure with quota configured as module

When CONFIG_QFMT_V2 is configured as a module, the test in
ext4_feature_set_ok() fails and so mount of filesystems with quota or
project features fails. Fix the test to use IS_ENABLED macro which
works properly even for modules.

Link: https://lore.kernel.org/r/20200221100835.9332-1-jack@suse.cz
Fixes: 0909c4e5c73a ("ext4: improve explanation of a mount failure caused by a misconfigured kernel")
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
fs/ext4/super.c