From: Darrick J. Wong Date: Sun, 29 Jul 2018 19:35:00 +0000 (-0400) Subject: ext4: move ext4.txt into its own directory X-Git-Tag: v4.19-rc1~176^2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a801e569970b9bdc2d1182266d559e610bfc0dc6;p=thirdparty%2Flinux.git ext4: move ext4.txt into its own directory Move Documentation/filesystems/ext4.txt into Documentation/filesystems/ext4/ext4.rst in preparation for adding more ext4 documentation. Note that the documentation isn't in rst format yet, but as it's not linked from anywhere it won't cause build errors. Signed-off-by: Darrick J. Wong Signed-off-by: Theodore Ts'o --- diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4/ext4.rst similarity index 100% rename from Documentation/filesystems/ext4.txt rename to Documentation/filesystems/ext4/ext4.rst