Kill EOL whitespace.
This commit is contained in:
parent
a9ad3db4c7
commit
eb6784ebf1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30145
1 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@
|
||||||
<abstract>
|
<abstract>
|
||||||
|
|
||||||
<para>This text documents some starting points in developing
|
<para>This text documents some starting points in developing
|
||||||
GEOM classes, and kernel modules in general. It is assumed
|
GEOM classes, and kernel modules in general. It is assumed
|
||||||
that the reader is familiar with C userland programming.</para>
|
that the reader is familiar with C userland programming.</para>
|
||||||
|
|
||||||
</abstract>
|
</abstract>
|
||||||
|
@ -177,7 +177,7 @@ options KDB_TRACE</programlisting>
|
||||||
<programlisting>kern.filedelay=5
|
<programlisting>kern.filedelay=5
|
||||||
kern.dirdelay=4
|
kern.dirdelay=4
|
||||||
kern.metadelay=3</programlisting>
|
kern.metadelay=3</programlisting>
|
||||||
|
|
||||||
<para>The numbers represent seconds.</para>
|
<para>The numbers represent seconds.</para>
|
||||||
|
|
||||||
<para>For debugging kernel panics, kernel core dumps are
|
<para>For debugging kernel panics, kernel core dumps are
|
||||||
|
@ -310,7 +310,7 @@ KMOD=geom_journal
|
||||||
a buffer, and a bunch of <quote>user-specific</quote> flags
|
a buffer, and a bunch of <quote>user-specific</quote> flags
|
||||||
and fields that can help implement various hacks.</para>
|
and fields that can help implement various hacks.</para>
|
||||||
|
|
||||||
<para>The important thing here is that <structname>bio</structname>s
|
<para>The important thing here is that <structname>bio</structname>s
|
||||||
are handled asynchronously. That means that, in most parts of the code,
|
are handled asynchronously. That means that, in most parts of the code,
|
||||||
there is no analogue to userland's &man.read.2; and
|
there is no analogue to userland's &man.read.2; and
|
||||||
&man.write.2; calls that do not return until a request is
|
&man.write.2; calls that do not return until a request is
|
||||||
|
@ -352,7 +352,7 @@ KMOD=geom_journal
|
||||||
<para>GEOM classes are transformations on the data. These transformations
|
<para>GEOM classes are transformations on the data. These transformations
|
||||||
can be combined in a tree-like fashion. Instances of GEOM classes are
|
can be combined in a tree-like fashion. Instances of GEOM classes are
|
||||||
called <emphasis>geoms</emphasis>.</para>
|
called <emphasis>geoms</emphasis>.</para>
|
||||||
|
|
||||||
<para>Each GEOM class has several "class methods" that get called
|
<para>Each GEOM class has several "class methods" that get called
|
||||||
when there is no geom instance available (or they are simply not
|
when there is no geom instance available (or they are simply not
|
||||||
bound to a single instance):</para>
|
bound to a single instance):</para>
|
||||||
|
|
Loading…
Reference in a new issue