From 4a426755000b96eb43381b0fac7792c4054771c9 Mon Sep 17 00:00:00 2001 From: Frank <60377276+fbwarren@users.noreply.github.com> Date: Mon, 13 May 2024 23:46:58 -0700 Subject: [PATCH] Update qnx6.rst fix typos --- Documentation/filesystems/qnx6.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/filesystems/qnx6.rst b/Documentation/filesystems/qnx6.rst index 560f3d4704227b..c7729b641d5dc0 100644 --- a/Documentation/filesystems/qnx6.rst +++ b/Documentation/filesystems/qnx6.rst @@ -39,7 +39,7 @@ The superblocks --------------- The superblock contains all global information about the filesystem. -Each qnx6fs got two superblocks, each one having a 64bit serial number. +Each qnx6fs has two superblocks, each one having a 64bit serial number. That serial number is used to identify the "active" superblock. In write mode with reach new snapshot (after each synchronous write), the serial of the new master superblock is increased (old superblock serial + 1) @@ -111,7 +111,7 @@ name with an inode number. '..' inode number points to the parent directory inode -Eeach filename record additionally got a filename length field. +Each filename record additionally got a filename length field. One special case are long filenames or subdirectory names.