On Thu, May 07, 2020 at 10:50:28AM -0700, Anna Pendleton wrote: > From: Theodore Ts'o <tytso@xxxxxxx> > > We can't fail in the truncate path without requiring an fsck. > Add work around for this by using a combination of retry loops > and the __GFP_NOFAIL flag. > > From: Theodore Ts'o <tytso@xxxxxxx> > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > Signed-off-by: Anna Pendleton <pendleton@xxxxxxxxxx> > Reviewed-by: Harshad Shirwadkar <harshadshirwadkar@xxxxxxxxx> Thanks, applied. Per the feedback from the kbuild test robot, I changed "int gfp_flags =..." to "gfp_t gfp_flags=..." in three places in the patches. Cheers, - Ted