NFSD_A_VERSION_ENABLED
const struct nla_policy nfsd_version_nl_policy[NFSD_A_VERSION_ENABLED + 1] = {
[NFSD_A_VERSION_ENABLED] = { .type = NLA_FLAG, },
extern const struct nla_policy nfsd_version_nl_policy[NFSD_A_VERSION_ENABLED + 1];
enabled = nla_get_flag(tb[NFSD_A_VERSION_ENABLED]);
nla_put_flag(skb, NFSD_A_VERSION_ENABLED)) {