diff options
author | Phillip Lougher <phillip@squashfs.org.uk> | 2011-12-29 08:54:17 -0500 |
---|---|---|
committer | Phillip Lougher <phillip@squashfs.org.uk> | 2011-12-29 20:20:24 -0500 |
commit | 89cab5b5727d3139adc247e3a3d4ee5b10e3eda5 (patch) | |
tree | 99b2f74af59b1a480ada485a424d5236813532f6 /Documentation/filesystems | |
parent | e552a596687bf0e1802c744a7bb113afbd2bf4d4 (diff) |
Squashfs: Update documentation to include xattrs
One paragraph was not updated when xattrs were added to Squashfs.
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/squashfs.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/squashfs.txt b/Documentation/filesystems/squashfs.txt index 7db3ebda5a4c..403c090aca39 100644 --- a/Documentation/filesystems/squashfs.txt +++ b/Documentation/filesystems/squashfs.txt | |||
@@ -93,8 +93,8 @@ byte alignment: | |||
93 | 93 | ||
94 | Compressed data blocks are written to the filesystem as files are read from | 94 | Compressed data blocks are written to the filesystem as files are read from |
95 | the source directory, and checked for duplicates. Once all file data has been | 95 | the source directory, and checked for duplicates. Once all file data has been |
96 | written the completed inode, directory, fragment, export and uid/gid lookup | 96 | written the completed inode, directory, fragment, export, uid/gid lookup and |
97 | tables are written. | 97 | xattr tables are written. |
98 | 98 | ||
99 | 3.1 Compression options | 99 | 3.1 Compression options |
100 | ----------------------- | 100 | ----------------------- |
@@ -151,7 +151,7 @@ in each metadata block. Directories are sorted in alphabetical order, | |||
151 | and at lookup the index is scanned linearly looking for the first filename | 151 | and at lookup the index is scanned linearly looking for the first filename |
152 | alphabetically larger than the filename being looked up. At this point the | 152 | alphabetically larger than the filename being looked up. At this point the |
153 | location of the metadata block the filename is in has been found. | 153 | location of the metadata block the filename is in has been found. |
154 | The general idea of the index is ensure only one metadata block needs to be | 154 | The general idea of the index is to ensure only one metadata block needs to be |
155 | decompressed to do a lookup irrespective of the length of the directory. | 155 | decompressed to do a lookup irrespective of the length of the directory. |
156 | This scheme has the advantage that it doesn't require extra memory overhead | 156 | This scheme has the advantage that it doesn't require extra memory overhead |
157 | and doesn't require much extra storage on disk. | 157 | and doesn't require much extra storage on disk. |