case system.IsNrreq.MatchString(key):
        if revert {
            ival, _ := strconv.Atoi(value)
            cur.BlockDeviceNrRequests.NrRequests[strings.TrimPrefix(key, "NRREQ_")] = ival
        }