ANDROID: add netfs.ko to list of supported modules.

In commit 5fb70e7275 ("netfs, 9p: Implement helpers for new write
code"), the 9p filesystem now requires and builds the netfs.ko module,
so add it to the list of modules that we need to support.

Fixes: 5fb70e7275 ("netfs, 9p: Implement helpers for new write code")
Change-Id: I4885eaa43bd2563d52f02e8796c84cc23121043e
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2024-07-04 13:37:35 +00:00
parent 04c2af5ddf
commit 70f25f058e
+1
View File
@@ -41,6 +41,7 @@ _COMMON_GKI_MODULES_LIST = [
"drivers/usb/class/cdc-acm.ko",
"drivers/usb/serial/ftdi_sio.ko",
"drivers/usb/serial/usbserial.ko",
"fs/netfs/netfs.ko",
"kernel/kheaders.ko",
"lib/crypto/libarc4.ko",
"mm/zsmalloc.ko",