From 70f25f058eefd6cf2ffdf207076867d0fe09879f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 4 Jul 2024 13:37:35 +0000 Subject: [PATCH] ANDROID: add netfs.ko to list of supported modules. In commit 5fb70e7275a6 ("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: 5fb70e7275a6 ("netfs, 9p: Implement helpers for new write code") Change-Id: I4885eaa43bd2563d52f02e8796c84cc23121043e Signed-off-by: Greg Kroah-Hartman --- modules.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.bzl b/modules.bzl index a7a64af5b49a..9ff28c48650e 100644 --- a/modules.bzl +++ b/modules.bzl @@ -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",