diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-03-28 22:31:11 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-03-29 10:15:25 +0000 |
| commit | d3999433718e98ddd68ab6a2be65b8b3df71f407 (patch) | |
| tree | e29dc6f64719cb30fecf3fbd3ba4d8dde2d4abce /dashboard/config/linux/bits | |
| parent | 1806311b2301d7179b91d9484ca299b3c7625ede (diff) | |
dashboard/config/linux: enable CONFIG_DEBUG_VFS
It will be available from v6.15, but we can already enable it for
linux-next.
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/filesystems.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/filesystems.yml b/dashboard/config/linux/bits/filesystems.yml index b4c490ac2..be3bad7ff 100644 --- a/dashboard/config/linux/bits/filesystems.yml +++ b/dashboard/config/linux/bits/filesystems.yml @@ -204,3 +204,6 @@ config: - FSCACHE - CACHEFILES + + # TODO: it will appear in v6.15. + - DEBUG_VFS: [linux-next] |
