Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93208
b: refs/heads/master
c: e8488d0
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Alasdair G Kergon committed Apr 25, 2008
1 parent 94dbe14 commit c917962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 7ff14a36159d947872870e7a3e9dcaebc46b23eb
refs/heads/master: e8488d08586e6df7fab3db7881631bb13619311b
4 changes: 2 additions & 2 deletions trunk/drivers/md/dm-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -954,15 +954,15 @@ void dm_table_presuspend_targets(struct dm_table *t)
if (!t)
return;

return suspend_targets(t, 0);
suspend_targets(t, 0);
}

void dm_table_postsuspend_targets(struct dm_table *t)
{
if (!t)
return;

return suspend_targets(t, 1);
suspend_targets(t, 1);
}

int dm_table_resume_targets(struct dm_table *t)
Expand Down

0 comments on commit c917962

Please sign in to comment.