On 2/7/2023 4:29 PM, Peter Xu wrote: > On Tue, Feb 07, 2023 at 04:17:34PM -0500, Steven Sistare wrote: >>>> + * *@reasonp is freed and set to NULL if failure is returned. >>>> + * On success, the caller no longer owns *@reasonp and must not free it. >>> >>> This statement reads weird. IMHO the caller still owns @reasonp, but if it >>> succeeded it should only free it with a migrate_del_blocker() later. >> >> How about: >> On success, the caller must not free @reasonp, except by calling >> migrate_del_blocker. > > LGTM, thanks. >
Hi Peter, I will fix the comment, rebase, and repost. Please consider upgrading your Acked-By to an RB. - Steve