diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-09-08 11:37:32 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-09-08 12:36:43 +0000 |
| commit | 2cb135e4ecea7e468db700a1d388374f2d5e9d84 (patch) | |
| tree | 70a93d5b8e21f19ccefceb6b6ce9da04272dc978 /pkg/subsystem/linux | |
| parent | 1df6c94250b7558c1016ec24dadb97c447213e16 (diff) | |
pkg/subsystems/linux: create a separate iomap subsystem
See https://lore.kernel.org/all/20230908082846.GB9560@lst.de/
Diffstat (limited to 'pkg/subsystem/linux')
| -rw-r--r-- | pkg/subsystem/linux/rules.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/subsystem/linux/rules.go b/pkg/subsystem/linux/rules.go index 5ebea2b15..f597e53dd 100644 --- a/pkg/subsystem/linux/rules.go +++ b/pkg/subsystem/linux/rules.go @@ -90,6 +90,8 @@ var ( "kernfs": {"KERNFS"}, "udf": {"UDF FILESYSTEM"}, "nfc": {"NFC SUBSYSTEM"}, + "iomap": {"IOMAP FILESYSTEM LIBRARY"}, + "xfs": {"XFS FILESYSTEM"}, }, noReminders: map[string]struct{}{ // Many misclassified bugs end up in `kernel`, so there's no sense |
