[PATCH] dm: map and endio symbolic return codes
Update existing targets to use the new symbols for return values from target map and end_io functions. There is no effect on behaviour. Test results: Done build test without errors. Signed-off-by: Kiyoshi Ueda <k-ueda@ct.jp.nec.com> Signed-off-by: Jun'ichi Nomura <j-nomura@ce.jp.nec.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com> Cc: dm-devel@redhat.com Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
45cbcd7983
commit
d2a7ad29a8
@@ -46,7 +46,7 @@ static int zero_map(struct dm_target *ti, struct bio *bio,
|
||||
bio_endio(bio, bio->bi_size, 0);
|
||||
|
||||
/* accepted bio, don't make new request */
|
||||
return 0;
|
||||
return DM_MAPIO_SUBMITTED;
|
||||
}
|
||||
|
||||
static struct target_type zero_target = {
|
||||
|
Reference in New Issue
Block a user