/openbmc/linux/drivers/md/ |
H A D | dm-stripe.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | dm-raid1.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | raid1.c | diff 1ef04fefe2241087d9db7e9615c3f11b516e36cf Sat Sep 19 20:52:25 CDT 2009 Dmitry Monakhov <rjevskiy@gmail.com> md: raid-1/10: fix RW bits manipulation
Recently Jens has changed bio_rw_flagged() logic by following commit 1f98a13f623e0ef666690a18c1250335fc6d7ef1. Now it returns bool instead of int. This broke raid1/raid10 RW bits manipulation logic. One of visible result is BUG_ON triggering due to empty barrier here scsi_lib.c:1108 scsi_setup_fs_cmnd()
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: NeilBrown <neilb@suse.de> diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | raid10.c | diff 1ef04fefe2241087d9db7e9615c3f11b516e36cf Sat Sep 19 20:52:25 CDT 2009 Dmitry Monakhov <rjevskiy@gmail.com> md: raid-1/10: fix RW bits manipulation
Recently Jens has changed bio_rw_flagged() logic by following commit 1f98a13f623e0ef666690a18c1250335fc6d7ef1. Now it returns bool instead of int. This broke raid1/raid10 RW bits manipulation logic. One of visible result is BUG_ON triggering due to empty barrier here scsi_lib.c:1108 scsi_setup_fs_cmnd()
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: NeilBrown <neilb@suse.de> diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | raid0.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | dm.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | raid5.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/block/ |
H A D | elevator.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | blk-core.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/include/linux/ |
H A D | bio.h | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
H A D | blkdev.h | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/drivers/block/ |
H A D | loop.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|
/openbmc/linux/fs/btrfs/ |
H A D | volumes.c | diff 1f98a13f623e0ef666690a18c1250335fc6d7ef1 Fri Sep 11 07:32:04 CDT 2009 Jens Axboe <jens.axboe@oracle.com> bio: first step in sanitizing the bio->bi_rw flag testing
Get rid of any functions that test for these bits and make callers use bio_rw_flagged() directly. Then it is at least directly apparent what variable and flag they check.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
|