On Wed, May 11, 2022 at 11:45:03AM -0400, Chengguang Xu wrote: > Move fdput() to right place in ksys_sync_file_range() to > avoid fdput() after failed fdget(). Why? fdput() is already conditional on FDPUT_FPUT so you're ... optimising the failure case?