Remove an outdated part of a note saying that
inodes greater than 128-bytes are not supported. PR: 207813 Submitted by: pfg Sponsored by: Essen Hackathon 2016
This commit is contained in:
parent
2f32abef46
commit
2a9d576bec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48720
1 changed files with 2 additions and 3 deletions
|
@ -116,9 +116,8 @@
|
|||
<note>
|
||||
<para>
|
||||
This driver can also be used to access ext3 and ext4 file
|
||||
systems. However, ext3 journaling, extended attributes, and
|
||||
inodes greater than 128-bytes are not supported. Support
|
||||
for ext4 is read-only.</para>
|
||||
systems. However, ext3 journaling and extended attributes
|
||||
are not supported. Support for ext4 is read-only.</para>
|
||||
</note>
|
||||
|
||||
<para>To access an ext file system, first
|
||||
|
|
Loading…
Reference in a new issue