-
由 mengfanhui 提交于
kylin inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I7KYTH CVE: NA ----------------------------------------------------------- While mounting the filesystem named 'gfs2' with the command such as "mount /dev/sda10 /mnt", we get: "mount: /mnt: unknown filesystem type 'gfs2'" Fix this by requiring "CONFIG_GFS2_FS=m" instead of "# CONFIG_GFS2_FS is not set" in the loongson3_defconfig configuration file After this commit, this issue is now resolved. Tested on loongarch 3C5000. Signed-off-by: Nmengfanhui <mengfanhui@kylinos.cn>
3ef3ca19