On Wed, 2023-09-13 at 16:38 -0700, Dai Ngo wrote: > Currently GETATTR conflict with a write delegation is handled by > recalling the delegation before replying to the GETATTR. > > This patch series add supports for CB_GETATTR callback to get the latest > change_info and size information of the file from the client that holds > the delegation to reply to the GETATTR from the second client. > > v2: > . fix kernel test robot report of missing function parameter description > of nfsd4_deleg_getattr_conflict() > This all looks good to me. Nice work, Dai! Reviewed-by: Jeff Layton <jlayton@xxxxxxxxxx>