]> err.no Git - linux-2.6/blobdiff - Documentation/DocBook/journal-api.tmpl
[PATCH] x86_64: implement dma_sync_single_range_for_{cpu,device}
[linux-2.6] / Documentation / DocBook / journal-api.tmpl
index 1ef6f43c6d8f6a2d3f1be39ac6fcf4781ddb746d..341aaa4ce481a5a9af1f85d17be35e83e2b8b075 100644 (file)
@@ -116,7 +116,7 @@ filesystem. Almost.
 
 You still need to actually journal your filesystem changes, this
 is done by wrapping them into transactions. Additionally you
-also need to wrap the modification of each of the the buffers
+also need to wrap the modification of each of the buffers
 with calls to the journal layer, so it knows what the modifications
 you are actually making are. To do this use  journal_start() which
 returns a transaction handle.
@@ -128,7 +128,7 @@ and its counterpart journal_stop(), which indicates the end of a transaction
 are nestable calls, so you can reenter a transaction if necessary,
 but remember you must call journal_stop() the same number of times as
 journal_start() before the transaction is completed (or more accurately
-leaves the the update phase). Ext3/VFS makes use of this feature to simplify 
+leaves the update phase). Ext3/VFS makes use of this feature to simplify
 quota support.
 </para>