View | Details | Raw Unified | Return to bug 34951
Collapse All | Expand All

(-)handbook/config/chapter.sgml (-1 / +1 lines)
Lines 927-933 Link Here
927
	  0).  Additionally, the implementation is clear and simple.
927
	  0).  Additionally, the implementation is clear and simple.
928
	  The disadvantage is that metadata changes are very slow.  A
928
	  The disadvantage is that metadata changes are very slow.  A
929
	  <command>rm -r</command> for instance touches all files of a
929
	  <command>rm -r</command> for instance touches all files of a
930
	  directory sequentially, but every single of these directory
930
	  directory sequentially, but every single one of these directory
931
	  changes (deletion of a file) will be written synchronously
931
	  changes (deletion of a file) will be written synchronously
932
	  to the disk.  This includes updates to the directory itself,
932
	  to the disk.  This includes updates to the directory itself,
933
	  to the i-node table, and possibly to indirect blocks
933
	  to the i-node table, and possibly to indirect blocks

Return to bug 34951