ANDROID: configfs: add proper module namespace marking
Commitd483eed85f
("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:

committed by
Todd Kjos

parent
b7a6c15a6f
commit
87a74496ed
@@ -173,6 +173,7 @@ static void __exit configfs_exit(void)
|
|||||||
|
|
||||||
MODULE_AUTHOR("Oracle");
|
MODULE_AUTHOR("Oracle");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
MODULE_IMPORT_NS(VFS_internal_I_am_really_a_filesystem_and_am_NOT_a_driver);
|
||||||
MODULE_VERSION("0.0.2");
|
MODULE_VERSION("0.0.2");
|
||||||
MODULE_DESCRIPTION("Simple RAM filesystem for user driven kernel subsystem configuration.");
|
MODULE_DESCRIPTION("Simple RAM filesystem for user driven kernel subsystem configuration.");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user