mbox series

[0/2] Small fixes for block t10-pi

Message ID 20230811153313.93786-1-ankit.kumar@samsung.com (mailing list archive)
Headers show
Series Small fixes for block t10-pi | expand

Message

Ankit Kumar Aug. 11, 2023, 3:33 p.m. UTC
This series has two patches that:
 - Removes redundant T10_PI_TYPE2_PROTECTION condition check during
   t10_pi_verify.
 - Removes duplicate module license introduced in an earlier commit.

Ankit Kumar (2):
  block:t10-pi: remove redundant Type2 check during t10 PI verify
  block:t10-pi: remove duplicate module license

 block/t10-pi.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Ankit Kumar Aug. 22, 2023, 11:52 a.m. UTC | #1
On Fri, Aug 11, 2023 at 09:03:11PM +0530, Ankit Kumar wrote:
> This series has two patches that:
>  - Removes redundant T10_PI_TYPE2_PROTECTION condition check during
>    t10_pi_verify.
>  - Removes duplicate module license introduced in an earlier commit.
> 
> Ankit Kumar (2):
>   block:t10-pi: remove redundant Type2 check during t10 PI verify
>   block:t10-pi: remove duplicate module license
> 
>  block/t10-pi.c | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
> 
> -- 
> 2.25.1
> 
>

Hi Jens,

These two patches have been reviewed by Martin.
Can you please take a look.

Ankit