On Thu, Jan 15, 2026 at 10:20:00AM +0100, David Hildenbrand (Red Hat) wrote:
> Ever since commit 68f2736a8583 ("mm: Convert all PageMovable users to
> movable_operations") we no longer store an inode in balloon_dev_info,
> so we can stop including "fs.h".
>
> Signed-off-by: David Hildenbrand (Red Hat) <[email protected]>This is a shocking, awful, horrifyingly massive change but reluctantly... only kidding ;) Yeah seems sensible so: Reviewed-by: Lorenzo Stoakes <[email protected]> > --- > include/linux/balloon_compaction.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/linux/balloon_compaction.h > b/include/linux/balloon_compaction.h > index 7db66c2c86cdc..1452ea0635245 100644 > --- a/include/linux/balloon_compaction.h > +++ b/include/linux/balloon_compaction.h > @@ -42,7 +42,6 @@ > #include <linux/migrate.h> > #include <linux/gfp.h> > #include <linux/err.h> > -#include <linux/fs.h> > #include <linux/list.h> > > /* > -- > 2.52.0 >
