diff options
author | David Howells <[email protected]> | 2023-11-20 15:55:18 +0000 |
---|---|---|
committer | David Howells <[email protected]> | 2023-12-24 15:08:46 +0000 |
commit | 915cd30cdea8811cddd8f59e57dd9dd0a814b76c (patch) | |
tree | 69307721a0a976967278ca5b8753e6ad86623120 /arch/csky | |
parent | 47757ea83a545536cdd418fec84b7a970710e48b (diff) |
netfs, fscache: Combine fscache with netfs
Now that the fscache code is moved to be colocated with the netfslib code
so that they combined into one module, do the combining.
Signed-off-by: David Howells <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
cc: Christian Brauner <[email protected]>
cc: [email protected]
cc: [email protected]
cc: [email protected],
cc: [email protected]
Diffstat (limited to 'arch/csky')
-rw-r--r-- | arch/csky/configs/defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/csky/configs/defconfig b/arch/csky/configs/defconfig index af722e4dfb47..ff559e5162aa 100644 --- a/arch/csky/configs/defconfig +++ b/arch/csky/configs/defconfig @@ -34,7 +34,8 @@ CONFIG_GENERIC_PHY=y CONFIG_EXT4_FS=y CONFIG_FANOTIFY=y CONFIG_QUOTA=y -CONFIG_FSCACHE=m +CONFIG_NETFS_SUPPORT=m +CONFIG_FSCACHE=y CONFIG_FSCACHE_STATS=y CONFIG_CACHEFILES=m CONFIG_MSDOS_FS=y |