[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[dm-devel] [PATCH] dm-raid: use DM_ENDIO_INCOMPLETE
- From: Mikulas Patocka <mpatocka redhat com>
- To: "Alasdair G. Kergon" <agk redhat com>
- Cc: dm-devel redhat com
- Subject: [dm-devel] [PATCH] dm-raid: use DM_ENDIO_INCOMPLETE
- Date: Mon, 15 Oct 2012 16:39:03 -0400 (EDT)
dm-raid: use DM_ENDIO_INCOMPLETE
Use a defined macro DM_ENDIO_INCOMPLETE instead of a numeric constant.
Signed-off-by: Mikulas Patocka <mpatocka redhat com>
---
drivers/md/dm-raid1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-3.6.2-fast/drivers/md/dm-raid1.c
===================================================================
--- linux-3.6.2-fast.orig/drivers/md/dm-raid1.c 2012-10-15 21:39:30.000000000 +0200
+++ linux-3.6.2-fast/drivers/md/dm-raid1.c 2012-10-15 21:40:55.000000000 +0200
@@ -1260,7 +1260,7 @@ static int mirror_end_io(struct dm_targe
mempool_free(read_record, ms->read_record_pool);
map_context->ptr = NULL;
queue_bio(ms, bio, rw);
- return 1;
+ return DM_ENDIO_INCOMPLETE;
}
DMERR("All replicated volumes dead, failing I/O");
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]