Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dm log userspace: fix comment hyphens

Fix comments: clustered-disk needs a hyphen not an underscore.

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>

authored by

Jonathan Brassow and committed by
Alasdair G Kergon
b8954457 991d9fa0

+2 -2
+1 -1
Documentation/device-mapper/dm-log.txt
··· 48 48 communication. 49 49 50 50 There are currently two userspace log implementations that leverage this 51 - framework - "clustered_disk" and "clustered_core". These implementations 51 + framework - "clustered-disk" and "clustered-core". These implementations 52 52 provide a cluster-coherent log for shared-storage. Device-mapper mirroring 53 53 can be used in a shared-storage environment when the cluster log implementations 54 54 are employed.
+1 -1
drivers/md/dm-log-userspace-base.c
··· 146 146 * <UUID> <other args> 147 147 * Where 'other args' is the userspace implementation specific log 148 148 * arguments. An example might be: 149 - * <UUID> clustered_disk <arg count> <log dev> <region_size> [[no]sync] 149 + * <UUID> clustered-disk <arg count> <log dev> <region_size> [[no]sync] 150 150 * 151 151 * So, this module will strip off the <UUID> for identification purposes 152 152 * when communicating with userspace about a log; but will pass on everything