Commit 0815ef3c authored by Eugene Syromiatnikov's avatar Eugene Syromiatnikov Committed by Song Liu
Browse files

drivers/md/raid5-ppl.c: use the new spelling of RWH_WRITE_LIFE_NOT_SET



As it is consistent with prefixes of other write life time hints.

Signed-off-by: default avatarEugene Syromiatnikov <esyr@redhat.com>
Signed-off-by: default avatarSong Liu <songliubraving@fb.com>
parent f1934892
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1404,7 +1404,7 @@ int ppl_init_log(struct r5conf *conf)
	atomic64_set(&ppl_conf->seq, 0);
	INIT_LIST_HEAD(&ppl_conf->no_mem_stripes);
	spin_lock_init(&ppl_conf->no_mem_stripes_lock);
	ppl_conf->write_hint = RWF_WRITE_LIFE_NOT_SET;
	ppl_conf->write_hint = RWH_WRITE_LIFE_NOT_SET;

	if (!mddev->external) {
		ppl_conf->signature = ~crc32c_le(~0, mddev->uuid, sizeof(mddev->uuid));