On Tue, Feb 22, 2022 at 06:32:06PM +0000, Srinivas Kandagatla wrote: > Also few return value of put functions, so that change notifications are > sent correctly. The unconditional change notifications are present in this patch and I'm guessing some others as well (they were there in a bunch previously): > tx->dec_mode[path] = value; > > - return 0; > + return 1; > }