From: Greg Kroah-Hartman Date: Wed, 17 May 2006 21:46:48 +0000 (-0700) Subject: fix build error in add-migratepage-address-space-op-to-shmem.patch X-Git-Tag: v2.6.16.17~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=714415dd3213084c6acb5b867dbee2233912a8a3;p=thirdparty%2Fkernel%2Fstable-queue.git fix build error in add-migratepage-address-space-op-to-shmem.patch --- diff --git a/queue-2.6.16/add-migratepage-address-space-op-to-shmem.patch b/queue-2.6.16/add-migratepage-address-space-op-to-shmem.patch index a832de447a5..058d7d5a988 100644 --- a/queue-2.6.16/add-migratepage-address-space-op-to-shmem.patch +++ b/queue-2.6.16/add-migratepage-address-space-op-to-shmem.patch @@ -33,21 +33,12 @@ Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- - mm/shmem.c | 3 +++ - 1 file changed, 3 insertions(+) + mm/shmem.c | 1 + + 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 - #include - #include -+#include -+ - #include - #include - #include -@@ -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