Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qnx6.rst #867

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/filesystems/qnx6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.

Expand Down