Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117010
b: refs/heads/master
c: f68d4f3
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and Alasdair G Kergon committed Oct 21, 2008
1 parent 278e6fa commit b6b0aad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c5f78b9d7f21937e46c26db82976df4b459c95c
refs/heads/master: f68d4f3d394da5b1f69d855b8513f4256ccc803e
1 change: 0 additions & 1 deletion trunk/drivers/md/dm-snap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/md/dm-snap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b6b0aad

Please sign in to comment.