diff options
author | Chao Yu <chao2.yu@samsung.com> | 2015-07-06 14:29:46 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2015-08-04 23:09:56 +0200 |
commit | 62d43eeb1724836e4bc5caa67678a7943a2a06b6 (patch) | |
tree | e3ba1702ac2833fc5e5d884d0b9867b42233eb5b /MAINTAINERS | |
parent | f2fs: make the function check_dnode have a return type of bool and change it'... (diff) | |
download | linux-62d43eeb1724836e4bc5caa67678a7943a2a06b6.tar.xz linux-62d43eeb1724836e4bc5caa67678a7943a2a06b6.zip |
MAINTAINERS: add missed trace file for f2fs
This patch adds missed trace file in maintainer-ship of f2fs,
so it completes the description of files maintained in f2fs,
and also it allows people to find correct mailing list by using
get_maintainer.pl when only patching the trace file of f2fs.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a9ae6c105520..cbf6113cb8d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4414,6 +4414,7 @@ F: Documentation/filesystems/f2fs.txt F: Documentation/ABI/testing/sysfs-fs-f2fs F: fs/f2fs/ F: include/linux/f2fs_fs.h +F: include/trace/events/f2fs.h FUJITSU FR-V (FRV) PORT M: David Howells <dhowells@redhat.com> |