nvme: rename apptag and appmask to lbat and lbatm
Rename apptag and appmask to lbat and lbatm so that it matches the field names used in NVMe spec. Signed-off-by: Anuj Gupta <anuj20.g@samsung.com> Signed-off-by: Kanchan Joshi <joshi.k@samsung.com> Suggested-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Keith Busch <kbusch@kernel.org>
This commit is contained in:
@@ -987,8 +987,8 @@ struct nvme_rw_command {
|
||||
__le16 control;
|
||||
__le32 dsmgmt;
|
||||
__le32 reftag;
|
||||
__le16 apptag;
|
||||
__le16 appmask;
|
||||
__le16 lbat;
|
||||
__le16 lbatm;
|
||||
};
|
||||
|
||||
enum {
|
||||
@@ -1057,8 +1057,8 @@ struct nvme_write_zeroes_cmd {
|
||||
__le16 control;
|
||||
__le32 dsmgmt;
|
||||
__le32 reftag;
|
||||
__le16 apptag;
|
||||
__le16 appmask;
|
||||
__le16 lbat;
|
||||
__le16 lbatm;
|
||||
};
|
||||
|
||||
enum nvme_zone_mgmt_action {
|
||||
|
||||
Reference in New Issue
Block a user