All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4/8] rsxx: Corrected discard support version number.
@ 2013-05-02  0:27 Philip J. Kelleher
  0 siblings, 0 replies; 3+ messages in thread
From: Philip J. Kelleher @ 2013-05-02  0:27 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel, klebers, brking

From: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>

Changing the Discard support version number to the correct
value.

Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
-------------------------------------------------------------------------------


diff -uprN -X linux-block-vanilla/Documentation/dontdiff linux-block-vanilla/drivers/block/rsxx/rsxx_priv.h linux-block/drivers/block/rsxx/rsxx_priv.h
--- linux-block-vanilla/drivers/block/rsxx/rsxx_priv.h	2013-05-01 18:36:44.698309293 -0500
+++ linux-block/drivers/block/rsxx/rsxx_priv.h	2013-05-01 18:37:56.277183367 -0500
@@ -273,7 +273,7 @@ enum rsxx_hw_fifo_flush {
 };
 
 enum rsxx_pci_revision {
-	RSXX_DISCARD_SUPPORT = 2,
+	RSXX_DISCARD_SUPPORT = 4,
 	RSXX_EEH_SUPPORT     = 3,
 };
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 4/8] rsxx: Corrected discard support version number.
  2013-05-28 21:11 Philip J. Kelleher
@ 2013-05-29 18:20 ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2013-05-29 18:20 UTC (permalink / raw)
  To: Philip J. Kelleher; +Cc: axboe, linux-kernel

On Wed, May 29, 2013 at 12:11 AM, Philip J. Kelleher
<pjk1939@linux.vnet.ibm.com> wrote:
> From: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
>
> Changing the Discard support version number to the correct
> value.
>

> +++ linux-block/drivers/block/rsxx/rsxx_priv.h  2013-05-01 18:37:56.277183367 -0500
> @@ -273,7 +273,7 @@ enum rsxx_hw_fifo_flush {
>  };
>
>  enum rsxx_pci_revision {
> -       RSXX_DISCARD_SUPPORT = 2,
> +       RSXX_DISCARD_SUPPORT = 4,
>         RSXX_EEH_SUPPORT     = 3,

Shouldn't it be sorted from low to high?

--
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 4/8] rsxx: Corrected discard support version number.
@ 2013-05-28 21:11 Philip J. Kelleher
  2013-05-29 18:20 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Philip J. Kelleher @ 2013-05-28 21:11 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel

From: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>

Changing the Discard support version number to the correct
value.

Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com>
-------------------------------------------------------------------------------



diff -uprN -X linux-block-vanilla/Documentation/dontdiff linux-block-vanilla/drivers/block/rsxx/rsxx_priv.h linux-block/drivers/block/rsxx/rsxx_priv.h
--- linux-block-vanilla/drivers/block/rsxx/rsxx_priv.h	2013-05-01 18:36:44.698309293 -0500
+++ linux-block/drivers/block/rsxx/rsxx_priv.h	2013-05-01 18:37:56.277183367 -0500
@@ -273,7 +273,7 @@ enum rsxx_hw_fifo_flush {
 };
 
 enum rsxx_pci_revision {
-	RSXX_DISCARD_SUPPORT = 2,
+	RSXX_DISCARD_SUPPORT = 4,
 	RSXX_EEH_SUPPORT     = 3,
 };
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-29 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-02  0:27 [PATCH 4/8] rsxx: Corrected discard support version number Philip J. Kelleher
2013-05-28 21:11 Philip J. Kelleher
2013-05-29 18:20 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.