1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-04 09:18:36 +03:00

minor code comment update

This commit is contained in:
Zdenek Kabelac 2009-11-04 12:39:56 +00:00
parent 83faae091d
commit d2e3654f88

View File

@ -610,7 +610,7 @@ static int lvchange_single(struct cmd_context *cmd, struct logical_volume *lv,
docmds++; docmds++;
} }
/* read ahead sector change */ /* persistent device number change */
if (arg_count(cmd, persistent_ARG)) { if (arg_count(cmd, persistent_ARG)) {
if (!archived && !archive(lv->vg)) { if (!archived && !archive(lv->vg)) {
stack; stack;