Loading drivers/md/dm-snap.c +0 −1 Original line number Diff line number Diff line Loading @@ -600,7 +600,6 @@ static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) s->valid = 1; s->active = 0; s->last_percent = 0; init_rwsem(&s->lock); spin_lock_init(&s->pe_lock); s->ti = ti; Loading drivers/md/dm-snap.h +0 −3 Original line number Diff line number Diff line Loading @@ -158,9 +158,6 @@ struct dm_snapshot { /* Used for display of table */ char type; /* The last percentage we notified */ int last_percent; mempool_t *pending_pool; struct exception_table pending; Loading Loading
drivers/md/dm-snap.c +0 −1 Original line number Diff line number Diff line Loading @@ -600,7 +600,6 @@ static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv) s->valid = 1; s->active = 0; s->last_percent = 0; init_rwsem(&s->lock); spin_lock_init(&s->pe_lock); s->ti = ti; Loading
drivers/md/dm-snap.h +0 −3 Original line number Diff line number Diff line Loading @@ -158,9 +158,6 @@ struct dm_snapshot { /* Used for display of table */ char type; /* The last percentage we notified */ int last_percent; mempool_t *pending_pool; struct exception_table pending; Loading