From: Bagas Sanjaya Date: Sat, 22 Feb 2025 09:18:52 +0000 (+0700) Subject: Documentation: bcachefs: casefolding: Use bullet list for dirent structure X-Git-Tag: v6.15-rc1~146^2~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47d4100b15c19f6a0b4594ca58eb5aab90703e96;p=thirdparty%2Fkernel%2Flinux.git Documentation: bcachefs: casefolding: Use bullet list for dirent structure The doc lists dirent structure for both regular and casefolded names, yet it is written (and rendered) as long paragraph instead. Write the structure list as bullet list. Fixes: bc5cc09246c5 ("bcachefs: bcachefs_metadata_version_casefolding") Signed-off-by: Bagas Sanjaya Signed-off-by: Kent Overstreet --- diff --git a/Documentation/filesystems/bcachefs/casefolding.rst b/Documentation/filesystems/bcachefs/casefolding.rst index d5861b4446357..ba5de97d155ff 100644 --- a/Documentation/filesystems/bcachefs/casefolding.rst +++ b/Documentation/filesystems/bcachefs/casefolding.rst @@ -30,8 +30,8 @@ name with the regular name in the dirent. The structure looks like this: -Regular: [dirent data][regular name][nul][nul]... -Casefolded: [dirent data][reg len][cf len][regular name][casefolded name][nul][nul]... +* Regular: [dirent data][regular name][nul][nul]... +* Casefolded: [dirent data][reg len][cf len][regular name][casefolded name][nul][nul]... (Do note, the number of NULs here is merely for illustration; their count can vary per-key, and they may not even be present if the key is aligned to