On Thu, Jun 13, 2019 at 11:04:59PM +0200, Andrea Gelmini wrote: > --- > .../filesystem_tunables.asciidoc | 6 +++--- > .../xfs_performance_tuning.asciidoc | 4 ++-- > .../extended_attributes.asciidoc | 2 +- > .../journaling_log.asciidoc | 2 +- > design/XFS_Filesystem_Structure/magic.asciidoc | 2 +- > .../XFS_Filesystem_Structure/refcountbt.asciidoc | 2 +- > design/xfs-smr-structure.asciidoc | 14 +++++++------- > 7 files changed, 16 insertions(+), 16 deletions(-) > > diff --git a/admin/XFS_Performance_Tuning/filesystem_tunables.asciidoc b/admin/XFS_Performance_Tuning/filesystem_tunables.asciidoc > index c12981b..c570406 100644 > --- a/admin/XFS_Performance_Tuning/filesystem_tunables.asciidoc > +++ b/admin/XFS_Performance_Tuning/filesystem_tunables.asciidoc <snip> > --- a/design/XFS_Filesystem_Structure/refcountbt.asciidoc > +++ b/design/XFS_Filesystem_Structure/refcountbt.asciidoc > @@ -6,7 +6,7 @@ This data structure is under construction! Details may change. > > To support the sharing of file data blocks (reflink), each allocation group has > its own reference count B+tree, which grows in the allocated space like the > -inode B+trees. This data could be gleaned by performing an interval query of > +inode B+trees. This data could be cleaned by performing an interval query of That one actually is correct, but since it's clearly confusing to people (the primary definitions involve grain and produce) let's change "gleaned" to "collected". How does that sound? The rest looks solid, though. --D