ANDROID: configfs: add proper module namespace marking

Commit d483eed85f ("ANDROID: GKI: set vfs-only exports into their own
namespace") added a namespace for vfs functions.  For some kernelci
build targets, configfs is built as a module, so add the proper
namespace marking for configfs as well to fix the reported build
problems.

Fixes: d483eed85f ("ANDROID: GKI: set vfs-only exports into their own namespace")
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I1abc2f17d9a8f90f1fe060b314eb69cb1e6cfc5d
This commit is contained in:
Greg Kroah-Hartman
2022-01-12 11:54:00 +01:00
committed by Todd Kjos
parent b7a6c15a6f
commit 87a74496ed

View File

@@ -173,6 +173,7 @@ static void __exit configfs_exit(void)
MODULE_AUTHOR("Oracle");
MODULE_LICENSE("GPL");
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
MODULE_VERSION("0.0.2");
MODULE_DESCRIPTION("Simple RAM filesystem for user driven kernel subsystem configuration.");