diff mbox series

[RESEND] doc: correcting two prefix errors in idmappings.rst

Message ID tencent_4E7B1F143E8051530C21FCADF4E014DCBB06@qq.com (mailing list archive)
State New
Headers show
Series [RESEND] doc: correcting two prefix errors in idmappings.rst | expand

Commit Message

Aiden Ma March 4, 2025, 11:54 a.m. UTC
Add the 'k' prefix to id 21000. And id `u1000` in the third
idmapping should be mapped to `k31000`, not `u31000`.

Signed-off-by: Aiden Ma <jiaheng.ma@foxmail.com>
---
 Documentation/filesystems/idmappings.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Christian Brauner March 5, 2025, 10:54 a.m. UTC | #1
On Tue, 04 Mar 2025 19:54:01 +0800, Aiden Ma wrote:
> Add the 'k' prefix to id 21000. And id `u1000` in the third
> idmapping should be mapped to `k31000`, not `u31000`.
> 
> 

It's good to know that there's at least some people that read this document. :)

---

Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes

[1/1] doc: correcting two prefix errors in idmappings.rst
      https://git.kernel.org/vfs/vfs/c/50dc696c3a48
diff mbox series

Patch

diff --git a/Documentation/filesystems/idmappings.rst b/Documentation/filesystems/idmappings.rst
index 90b24b6..58e46f9 100644
--- a/Documentation/filesystems/idmappings.rst
+++ b/Documentation/filesystems/idmappings.rst
@@ -63,8 +63,8 @@  what id ``k11000`` corresponds to in the second or third idmapping. The
 straightforward algorithm to use is to apply the inverse of the first idmapping,
 mapping ``k11000`` up to ``u1000``. Afterwards, we can map ``u1000`` down using
 either the second idmapping mapping or third idmapping mapping. The second
-idmapping would map ``u1000`` down to ``21000``. The third idmapping would map
-``u1000`` down to ``u31000``.
+idmapping would map ``u1000`` down to ``k21000``. The third idmapping would map
+``u1000`` down to ``k31000``.
 
 If we were given the same task for the following three idmappings::