On Sat, Jun 10, 2017 at 02:49:37PM -0700, Dan Williams wrote: > diff --git a/include/linux/huge_mm.h b/include/linux/huge_mm.h > index c4706e2c3358..901ed3767d1b 100644 > --- a/include/linux/huge_mm.h > +++ b/include/linux/huge_mm.h > @@ -1,6 +1,8 @@ > #ifndef _LINUX_HUGE_MM_H > #define _LINUX_HUGE_MM_H > > +#include <linux/fs.h> > + It means <linux/mm.h> now depends on <linux/fs.h>. I don't think it's a good idea. -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>