/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-transaction-manager.h | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-block-manager.h | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-btree-spine.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-array.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-btree-internal.h | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-transaction-manager.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-btree-remove.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-space-map-common.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-btree.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-block-manager.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
/openbmc/linux/drivers/md/ |
H A D | dm-era-target.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-cache-metadata.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
H A D | dm-thin-metadata.c | diff 4c7da06f5a780bbf44ebd7547789e48536d0a823 Thu Oct 22 15:46:59 CDT 2015 Mikulas Patocka <mpatocka@redhat.com> dm persistent data: eliminate unnecessary return values
dm_bm_unlock and dm_tm_unlock return an integer value but the returned value is always 0. The calling code sometimes checks the return value and sometimes doesn't.
Eliminate these unnecessary return values and also the checks for them.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|