On Wed, Nov 18, 2020 at 12:02:36PM +0800, [email protected] wrote: > From: Kaixu Xia <[email protected]> > > The variable ret is overwritten by the following variable defrag_count. > Actually the code should return EAGAIN when receiving a pending signal > in the defrag loops.
This lacks explanation why is EAGAIN supposed to be the right return value. This is about semantics of the FITRIM ioctl, changing that would affect userspace applications.

