Hi Vladimir, On Mon, Oct 27, 2025 at 11:33:22PM +0300, Vladimir Sementsov-Ogievskiy wrote: > On 27.10.25 19:30, Arun Menon wrote: > > We wanted the new errp variants to be structurally as close to the old > > ones as possible so that we can perform a bulk change later. > > Still, could you clarify, are you plan to do this bulk change? Or it was > a theoretical possibility?
Yes I want to, when time permits. Most of the post_load() calls, just like post_save, do not fail. That is the reason why post_save does not have an errp variant. They always return 0. But there are a few of them that can fail and return an error code. I need to figure out what would be the appropriate messages to set in errp in those cases so we can propagate it back to the caller. > > -- > Best regards, > Vladimir > Regards, Arun Menon
