From: Linus Torvalds Date: Thu, 18 Oct 2007 21:47:32 +0000 (-0700) Subject: Include in mm/filemap.c X-Git-Tag: v2.6.24-rc1~293 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=53253383fde9e41bc07ad4d99f1c8b537fef71d6 Include in mm/filemap.c It gets it indirectly from blkdev.h when CONFIG_BLOCK is enabled, but it needs it unconditionally for the definition of mapping_cap_writeback_dirty. Noticed and bisected down to 4af3c9cc4fad54c3627e9afebf905aafde5690ed ("Drop some headers from mm.h") by Avuton Olrich. Cc: Avuton Olrich Cc: Alexey Dobriyan Cc: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/filemap.c b/mm/filemap.c index 79f24a9..9203663 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include