ANDROID: add netfs.ko to list of supported modules.
In commit5fb70e7275("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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user