journal: rename CSIJournal to Config

This better reflects what it actually does now.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan
2020-05-14 14:04:13 -04:00
committed by mergify[bot]
parent 52603d595a
commit 8dea42a624
3 changed files with 12 additions and 12 deletions

View File

@ -51,8 +51,8 @@ var (
// volJournal and snapJournal are used to maintain RADOS based journals for CO generated
// VolumeName to backing RBD images
volJournal *journal.CSIJournal
snapJournal *journal.CSIJournal
volJournal *journal.Config
snapJournal *journal.Config
)
// NewDriver returns new rbd driver