diff options
author | Rob Landley <rob@landley.net> | 2013-05-28 14:47:58 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2013-05-28 14:47:58 -0400 |
commit | 2315cb14010c4cb0eb7c1d19fcf90475e4688207 (patch) | |
tree | 0f9206a9718ae4b69a849cec1de776f6488b35af | |
parent | cfdadef30739301fdcc4411e8260d88c249dc45a (diff) |
9p: Add rest of 9p files to MAINTAINERS entry
It was missing net and include directories.
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8bdd7a7ef2f4..c6ed9df8b999 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -178,6 +178,11 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git | |||
178 | S: Maintained | 178 | S: Maintained |
179 | F: Documentation/filesystems/9p.txt | 179 | F: Documentation/filesystems/9p.txt |
180 | F: fs/9p/ | 180 | F: fs/9p/ |
181 | F: net/9p/ | ||
182 | F: include/net/9p/ | ||
183 | F: include/uapi/linux/virtio_9p.h | ||
184 | F: include/trace/events/9p.h | ||
185 | |||
181 | 186 | ||
182 | A8293 MEDIA DRIVER | 187 | A8293 MEDIA DRIVER |
183 | M: Antti Palosaari <crope@iki.fi> | 188 | M: Antti Palosaari <crope@iki.fi> |