diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2014-01-09 21:00:06 +0900 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-06-05 21:21:17 +0200 |
commit | 3970eca98fff5afb9b88037216bdf87aa07a4b30 (patch) | |
tree | a10fd4468d7b09bebd6396519c592a43a3707ee2 /MAINTAINERS | |
parent | 12490cbfdde3b3a076a7ededbdb86a05f6cffe44 (diff) | |
download | kernel_samsung_espresso10-3970eca98fff5afb9b88037216bdf87aa07a4b30.zip kernel_samsung_espresso10-3970eca98fff5afb9b88037216bdf87aa07a4b30.tar.gz kernel_samsung_espresso10-3970eca98fff5afb9b88037216bdf87aa07a4b30.tar.bz2 |
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 556275c..5259945 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2735,6 +2735,7 @@ W: http://en.wikipedia.org/wiki/F2FS T: git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git S: Maintained F: Documentation/filesystems/f2fs.txt +F: Documentation/ABI/testing/sysfs-fs-f2fs F: fs/f2fs/ F: include/linux/f2fs_fs.h |