]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/BLOCK_DEVICE_LOCKING.md
docs: document the new journal file format additions
[thirdparty/systemd.git] / docs / BLOCK_DEVICE_LOCKING.md
index ceb060c0c9dbca992a84888d9672fba9852446bc..f122eda417280cf10fa91354a1fc7dcea7622229 100644 (file)
@@ -1,3 +1,9 @@
+---
+title: Locking Block Device Access
+category: Interfaces
+layout: default
+---
+
 # Locking Block Device Access
 
 *TL;DR: Use BSD file locks
@@ -30,7 +36,7 @@ formatting tools to safely and easily take exclusive ownership of a block
 device while operating: before starting work on the block device, they should
 take an `LOCK_EX` lock on it. This has two effects: first of all, in case
 `systemd-udevd` is still processing the device the tool will wait for it to
-finish. Second, after the lock is taken, it can be sure that that
+finish. Second, after the lock is taken, it can be sure that
 `systemd-udevd` will refrain from processing the block device, and thus all
 other client applications subscribed to it won't get device notifications from
 potentially half-written data either. After the operation is complete the