diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2025-02-22 16:18:53 +0700 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-03-14 21:02:15 -0400 |
commit | 7442ef708254973996db93e0a5f7d390941a24c5 (patch) | |
tree | 76f2117d3228ccfa4f361ab847d908fac6c93c5c | |
parent | 47d4100b15c19f6a0b4594ca58eb5aab90703e96 (diff) |
Documentation: bcachefs: Add casefolding toctree entry
Sphinx reports htmldocs toctree warning:
Documentation/filesystems/bcachefs/casefolding.rst: WARNING: document isn't included in any toctree
Fix the warning by adding casefolding documentation entry to bcachefs
toctree.
Fixes: bc5cc09246c5 ("bcachefs: bcachefs_metadata_version_casefolding")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250221161728.32739f85@canb.auug.org.au/
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
-rw-r--r-- | Documentation/filesystems/bcachefs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/bcachefs/index.rst b/Documentation/filesystems/bcachefs/index.rst index 7db4d7ceab58..0415b5d78192 100644 --- a/Documentation/filesystems/bcachefs/index.rst +++ b/Documentation/filesystems/bcachefs/index.rst @@ -10,4 +10,5 @@ bcachefs Documentation CodingStyle SubmittingPatches + casefolding errorcodes |