diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2022-12-27 12:35:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-27 12:35:24 +0100 |
| commit | 44712fbc6b687170984c3562336a415b56d82607 (patch) | |
| tree | 87659c08193fdb5e1536ab4e1077292ec74bf0e7 /pkg/subsystem | |
| parent | 9da18ae8fa827d046ef8da48cc23c97418553c23 (diff) | |
pkg/subsystem: add the fat maintainer (#3601)
Diffstat (limited to 'pkg/subsystem')
| -rw-r--r-- | pkg/subsystem/maintainers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/maintainers.go b/pkg/subsystem/maintainers.go index 8ae388240..f44e6550b 100644 --- a/pkg/subsystem/maintainers.go +++ b/pkg/subsystem/maintainers.go @@ -26,6 +26,7 @@ var linuxSubsystems = map[string]linuxSubsystemInfo{ "efs": {path: "fs/efs/", cc: []string{}}, "erofs": {path: "fs/erofs/", cc: []string{"xiang@kernel.org", "chao@kernel.org", "linux-erofs@lists.ozlabs.org"}}, "exfat": {path: "fs/exfat/", cc: []string{"linkinjeon@kernel.org", "sj1557.seo@samsung.com", "linux-fsdevel@vger.kernel.org"}}, + "fat": {path: "fs/fat/", cc: []string{"hirofumi@mail.parknet.co.jp"}}, "ext4": {path: "fs/ext4/", cc: []string{"linux-ext4@vger.kernel.org", "tytso@mit.edu", "adilger.kernel@dilger.ca"}}, "f2fs": {path: "fs/f2fs/", cc: []string{"linux-f2fs-devel@lists.sourceforge.net", "jaegeuk@kernel.org", "chao@kernel.org"}}, "gfs2": {path: "fs/gfs2/", cc: []string{"cluster-devel@redhat.com", "rpeterso@redhat.com", "agruenba@redhat.com"}}, |
