Minor grammar fix.
PR: docs/34951 Submitted by: Tom Rhodes <darklogik@pittgoth.com>
This commit is contained in:
parent
4effc9155a
commit
c14d09d5be
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12210
1 changed files with 1 additions and 1 deletions
|
@ -927,7 +927,7 @@ kern.maxfiles: 2088 -> 5000</screen>
|
|||
0). Additionally, the implementation is clear and simple.
|
||||
The disadvantage is that metadata changes are very slow. A
|
||||
<command>rm -r</command> for instance touches all files of a
|
||||
directory sequentially, but every single of these directory
|
||||
directory sequentially, but every single one of these directory
|
||||
changes (deletion of a file) will be written synchronously
|
||||
to the disk. This includes updates to the directory itself,
|
||||
to the i-node table, and possibly to indirect blocks
|
||||
|
|
Loading…
Reference in a new issue