ext4.5: tweak the documentation for the encrypt feature

Try to make it clearer that enabling 'encrypt' just enables *support*
for encryption; it doesn't actually encrypt anything by itself.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
Eric Biggers 2019-09-20 14:29:52 -07:00 committed by Theodore Ts'o
parent 4cc90574e4
commit 4ef530d95a

View File

@ -96,9 +96,9 @@ extended attributes per file.
.TP
.B encrypt
.br
This ext4 feature provides file-system level encryption of data blocks
and file names. The inode metadata (timestamps, file size, user/group
ownership, etc.) is
Enables support for file-system level encryption of data blocks and file
names. The inode metadata (timestamps, file size, user/group ownership,
etc.) is
.I not
encrypted.
.IP