On Mon, Feb 19, 2018 at 08:02:29AM -0600, Goldwyn Rodrigues wrote: > +++ b/include/linux/fs.h > @@ -259,8 +259,6 @@ enum positive_aop_returns { > AOP_TRUNCATED_PAGE = 0x80001, > }; > > -#define AOP_FLAG_CONT_EXPAND 0x0001 /* called from cont_expand */ > - > /* > * oh the beauties of C type declarations. > */ This hunk needs to be part of patch 10, or you'll hit a bisection problem (fs/buffer.c still uses it).