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

@ -56,7 +56,7 @@ var (
// volJournal is used to maintain RADOS based journals for CO generated
// VolumeName to backing CephFS subvolumes
volJournal *journal.CSIJournal
volJournal *journal.Config
)
// NewDriver returns new ceph driver