Bug 207813

Summary: Handbook: Wrong information in 20.2. Linux File Systems
Product: Documentation Reporter: Pedro F. Giffuni <pfg>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: bcr
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Pedro F. Giffuni freebsd_committer freebsd_triage 2016-03-08 16:11:41 UTC
The Note states that:

" ... and inodes greater than 128-bytes are not supported"

This is outdated and is simply not true in any supported version of FreeBSD.

For the record; those are only useful for some extra timestamps that appeared after ext4 (which we support) and for non-standard EAs (which we ignore).
Comment 1 Benedict Reuschling freebsd_committer freebsd_triage 2016-04-23 21:40:32 UTC
So, we just remove that part from the note or do we need to rewrite more in that section/chapter?
Comment 2 Pedro F. Giffuni freebsd_committer freebsd_triage 2016-04-23 21:50:59 UTC
(In reply to Benedict Reuschling from comment #1)
Just remove it. Thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-04-23 22:16:50 UTC
A commit references this bug:

Author: bcr
Date: Sat Apr 23 22:16:24 UTC 2016
New revision: 48720
URL: https://svnweb.freebsd.org/changeset/doc/48720

Log:
  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

Changes:
  head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
Comment 4 Benedict Reuschling freebsd_committer freebsd_triage 2016-04-23 22:21:38 UTC
Thanks for your feeedback, Pedro. I've committed it to the handbook. PR closed!