diff options
Diffstat (limited to 'fs/mpage.c')
| -rw-r--r-- | fs/mpage.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/mpage.c b/fs/mpage.c index 42381bd6543..fd56ca2ea55 100644 --- a/fs/mpage.c +++ b/fs/mpage.c @@ -16,6 +16,7 @@  #include <linux/module.h>  #include <linux/mm.h>  #include <linux/kdev_t.h> +#include <linux/gfp.h>  #include <linux/bio.h>  #include <linux/fs.h>  #include <linux/buffer_head.h> @@ -561,7 +562,7 @@ page_is_mapped:  	if (page->index >= end_index) {  		/*  		 * The page straddles i_size.  It must be zeroed out on each -		 * and every writepage invokation because it may be mmapped. +		 * and every writepage invocation because it may be mmapped.  		 * "A file is mapped in multiples of the page size.  For a file  		 * that is not a multiple of the page size, the remaining memory  		 * is zeroed when mapped, and writes to that region are not  |