diff options
| author | Greg Kroah-Hartman <[email protected]> | 2019-08-30 08:56:37 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-08-30 08:56:37 +0200 |
| commit | 5cf89673645f7edfa075afc9e1d531db24706329 (patch) | |
| tree | 9200f07995b242c44feb68cf162daae6d33bdcc9 | |
| parent | c48c9f7ff32b8b3965a08e40eb6763682d905b5d (diff) | |
MAINTAINERS: fix up exfat directory location
I messed up on the exfat MAINTAINER entry, the code is in
drivers/staging/exfat/ not fs/exfat/
Cc: Valdis Kletnieks <[email protected]>
Reported-by: Sasha Levin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a484b36e5117..d39c510037a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6100,7 +6100,7 @@ F: include/uapi/linux/mii.h EXFAT FILE SYSTEM M: Valdis Kletnieks <[email protected]> S: Maintained -F: fs/exfat/ +F: drivers/staging/exfat/ EXT2 FILE SYSTEM M: Jan Kara <[email protected]> |