[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130430195524.GA14601@oc6784271780.ibm.com>
Date: Tue, 30 Apr 2013 14:55:24 -0500
From: "Philip J. Kelleher" <pjk1939@...ux.vnet.ibm.com>
To: axboe@...nel.dk
Cc: linux-kernel@...r.kernel.org, klebers@...ux.vnet.ibm.com,
brking@...ux.vnet.ibm.com
Subject: [PATCH 4/9] rsxx: Corrected discard support version number.
From: Philip J Kelleher <pjk1939@...ux.vnet.ibm.com>
Changing the Discard support version number to the correct
value.
Signed-off-by: Philip J Kelleher <pjk1939@...ux.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-04-29 13:57:13.417223450 -0500
+++ linux-block/drivers/block/rsxx/rsxx_priv.h 2013-04-29 14:00:17.282184704 -0500
@@ -269,7 +269,7 @@ enum rsxx_hw_fifo_flush {
};
enum rsxx_pci_revision {
- RSXX_DISCARD_SUPPORT = 2,
+ RSXX_DISCARD_SUPPORT = 4,
RSXX_EEH_SUPPORT = 3,
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists