The minimum and maximum value for the tag size are not correct
for the 64b case. Update them according the specification.
See also 'Figure 101: Extended LBA Format Data Structure, NVM Command
Set Specific' in NVM Command Set Specification.
[dwagner: updated commit message]
Signed-off-by: Daniel Wagner <dwagner@suse.de>
result = 1;
break;
case 2:
- if (sts > 0 && ref_tag >= (1LL << (64 - sts)))
+ if (sts > 0 && ref_tag >= (1LL << (48 - sts)))
result = 1;
break;
default: