diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-01-09 07:00:06 -0500 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-01-09 07:00:06 -0500 |
commit | 3bac380c901206bccba1f5b108c1c8382ab21a16 (patch) | |
tree | 939e7543568169fd536a402b792628d588f91fe7 /MAINTAINERS | |
parent | b1c57c1caa753cec299e62bb4272da0e85a01ef0 (diff) |
f2fs: update documents and a MAINTAINERS entry
This patch adds missing some description of sysfs entries in
- Documentation/ABI/testing/sysfs-fs-f2fs
- Documentation/filesystems/f2fs.txt.
And it adds a maintained document entry of F2FS in MAINTAINERS.
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d5e4ff328cc7..bd58e8e81649 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3629,6 +3629,7 @@ W: http://en.wikipedia.org/wiki/F2FS | |||
3629 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git | 3629 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git |
3630 | S: Maintained | 3630 | S: Maintained |
3631 | F: Documentation/filesystems/f2fs.txt | 3631 | F: Documentation/filesystems/f2fs.txt |
3632 | F: Documentation/ABI/testing/sysfs-fs-f2fs | ||
3632 | F: fs/f2fs/ | 3633 | F: fs/f2fs/ |
3633 | F: include/linux/f2fs_fs.h | 3634 | F: include/linux/f2fs_fs.h |
3634 | 3635 | ||