On Thu, 11 Apr 2024 18:47:25 +0200 Lorenzo Bianconi wrote: > + attr = nla_nest_start_noflag(skb, > + NFSD_A_SERVER_PROTO_VERSION); The _noflag() version is for legacy code, I think you should let the nest be marked appropriately.
On Thu, 11 Apr 2024 18:47:25 +0200 Lorenzo Bianconi wrote: > + attr = nla_nest_start_noflag(skb, > + NFSD_A_SERVER_PROTO_VERSION); The _noflag() version is for legacy code, I think you should let the nest be marked appropriately.