Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16523
b: refs/heads/master
c: 0b56306
h: refs/heads/master
i:
  16521: 155883c
  16519: 280b8e4
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 6, 2006
1 parent 42f05a5 commit bf86490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 6da487dcc0c6f4c827779687a20016efeffc4d60
refs/heads/master: 0b56306e56784d0513e1193d58c05a6bd97bd1a9
3 changes: 2 additions & 1 deletion trunk/drivers/md/kcopyd.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,11 +561,13 @@ int kcopyd_copy(struct kcopyd_client *kc, struct io_region *from,
* Cancels a kcopyd job, eg. someone might be deactivating a
* mirror.
*/
#if 0
int kcopyd_cancel(struct kcopyd_job *job, int block)
{
/* FIXME: finish */
return -1;
}
#endif /* 0 */

/*-----------------------------------------------------------------
* Unit setup
Expand Down Expand Up @@ -684,4 +686,3 @@ void kcopyd_client_destroy(struct kcopyd_client *kc)
EXPORT_SYMBOL(kcopyd_client_create);
EXPORT_SYMBOL(kcopyd_client_destroy);
EXPORT_SYMBOL(kcopyd_copy);
EXPORT_SYMBOL(kcopyd_cancel);

0 comments on commit bf86490

Please sign in to comment.