]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix build error in add-migratepage-address-space-op-to-shmem.patch
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 17 May 2006 21:46:48 +0000 (14:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 17 May 2006 21:46:48 +0000 (14:46 -0700)
queue-2.6.16/add-migratepage-address-space-op-to-shmem.patch

index a832de447a54ef256eb93ddf9210320943c323db..058d7d5a988e88a48c62591603f073b23bec9744 100644 (file)
@@ -33,21 +33,12 @@ Signed-off-by: Linus Torvalds <torvalds@osdl.org>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 ---
- mm/shmem.c |    3 +++
- 1 file changed, 3 insertions(+)
+ mm/shmem.c |    +
+ 1 file changed, 1 insertion(+)
 
 --- linux-2.6.16.16.orig/mm/shmem.c
 +++ linux-2.6.16.16/mm/shmem.c
-@@ -46,6 +46,8 @@
- #include <linux/mempolicy.h>
- #include <linux/namei.h>
- #include <linux/ctype.h>
-+#include <linux/migrate.h>
-+
- #include <asm/uaccess.h>
- #include <asm/div64.h>
- #include <asm/pgtable.h>
-@@ -2172,6 +2174,7 @@ static struct address_space_operations s
+@@ -2172,6 +2172,7 @@ static struct address_space_operations s
        .prepare_write  = shmem_prepare_write,
        .commit_write   = simple_commit_write,
  #endif