Commit 5bb446a2890f4dfd62ce4d9fcc982f8ea3c20010
1 parent
a14d53937c
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
f2fs: update the f2fs document
I moved the f2fs-tools.git into kernel.org. And I added a new mailing list, linux-f2fs-devel@lists.sourceforge.net. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Showing 1 changed file with 5 additions and 1 deletions Side-by-side Diff
Documentation/filesystems/f2fs.txt
... | ... | @@ -19,7 +19,11 @@ |
19 | 19 | layout, but also for selecting allocation and cleaning algorithms. |
20 | 20 | |
21 | 21 | The file system formatting tool, "mkfs.f2fs", is available from the following |
22 | -download page: http://sourceforge.net/projects/f2fs-tools/ | |
22 | +git tree: | |
23 | +>> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git | |
24 | + | |
25 | +For reporting bugs and sending patches, please use the following mailing list: | |
26 | +>> linux-f2fs-devel@lists.sourceforge.net | |
23 | 27 | |
24 | 28 | ================================================================================ |
25 | 29 | BACKGROUND AND DESIGN ISSUES |