Loading drivers/md/raid5-ppl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1404,7 +1404,7 @@ int ppl_init_log(struct r5conf *conf) atomic64_set(&ppl_conf->seq, 0); atomic64_set(&ppl_conf->seq, 0); INIT_LIST_HEAD(&ppl_conf->no_mem_stripes); INIT_LIST_HEAD(&ppl_conf->no_mem_stripes); spin_lock_init(&ppl_conf->no_mem_stripes_lock); 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) { if (!mddev->external) { ppl_conf->signature = ~crc32c_le(~0, mddev->uuid, sizeof(mddev->uuid)); ppl_conf->signature = ~crc32c_le(~0, mddev->uuid, sizeof(mddev->uuid)); Loading Loading
drivers/md/raid5-ppl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1404,7 +1404,7 @@ int ppl_init_log(struct r5conf *conf) atomic64_set(&ppl_conf->seq, 0); atomic64_set(&ppl_conf->seq, 0); INIT_LIST_HEAD(&ppl_conf->no_mem_stripes); INIT_LIST_HEAD(&ppl_conf->no_mem_stripes); spin_lock_init(&ppl_conf->no_mem_stripes_lock); 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) { if (!mddev->external) { ppl_conf->signature = ~crc32c_le(~0, mddev->uuid, sizeof(mddev->uuid)); ppl_conf->signature = ~crc32c_le(~0, mddev->uuid, sizeof(mddev->uuid)); Loading