Re: [PATCH] async_tx: use memchr_inv

2012-10-29 Thread Vinod Koul
On Sun, 2012-10-28 at 00:49 +0900, Akinobu Mita wrote: > Use memchr_inv() to check the specified page is filled with zero. > Applied Thanks -- Vinod Koul Intel Corp. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: [PATCH] async_tx: use memchr_inv

2012-10-29 Thread Vinod Koul
On Sun, 2012-10-28 at 00:49 +0900, Akinobu Mita wrote: Use memchr_inv() to check the specified page is filled with zero. Applied Thanks -- Vinod Koul Intel Corp. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

Re: [PATCH] async_tx: use memchr_inv

2012-10-28 Thread Vinod Koul
On Sun, 2012-10-28 at 00:49 +0900, Akinobu Mita wrote: > Use memchr_inv() to check the specified page is filled with zero. > > Signed-off-by: Akinobu Mita > Cc: Vinod Koul > Cc: Dan Williams > --- Looks fine to me, need Dan;s ack before applying > crypto/async_tx/async_xor.c | 4 +--- > 1

Re: [PATCH] async_tx: use memchr_inv

2012-10-28 Thread Vinod Koul
On Sun, 2012-10-28 at 00:49 +0900, Akinobu Mita wrote: Use memchr_inv() to check the specified page is filled with zero. Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com --- Looks fine to me, need Dan;s ack before applying

[PATCH] async_tx: use memchr_inv

2012-10-27 Thread Akinobu Mita
Use memchr_inv() to check the specified page is filled with zero. Signed-off-by: Akinobu Mita Cc: Vinod Koul Cc: Dan Williams --- crypto/async_tx/async_xor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crypto/async_tx/async_xor.c b/crypto/async_tx/async_xor.c index

[PATCH] async_tx: use memchr_inv

2012-10-27 Thread Akinobu Mita
Use memchr_inv() to check the specified page is filled with zero. Signed-off-by: Akinobu Mita akinobu.m...@gmail.com Cc: Vinod Koul vinod.k...@intel.com Cc: Dan Williams d...@fb.com --- crypto/async_tx/async_xor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git