From: Mike Halcrow Grab the scatterlist header from the right place. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton --- fs/ecryptfs/crypto.c | 1 - fs/ecryptfs/keystore.c | 2 +- fs/ecryptfs/mmap.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff -puN fs/ecryptfs/crypto.c~ecryptfs-asm-scatterlisth-linux-scatterlisth fs/ecryptfs/crypto.c --- 25/fs/ecryptfs/crypto.c~ecryptfs-asm-scatterlisth-linux-scatterlisth Tue Jun 20 17:37:22 2006 +++ 25-akpm/fs/ecryptfs/crypto.c Tue Jun 20 17:37:22 2006 @@ -33,7 +33,6 @@ #include #include #include -#include #include "ecryptfs_kernel.h" /** diff -puN fs/ecryptfs/keystore.c~ecryptfs-asm-scatterlisth-linux-scatterlisth fs/ecryptfs/keystore.c --- 25/fs/ecryptfs/keystore.c~ecryptfs-asm-scatterlisth-linux-scatterlisth Tue Jun 20 17:37:22 2006 +++ 25-akpm/fs/ecryptfs/keystore.c Tue Jun 20 17:37:22 2006 @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "ecryptfs_kernel.h" /** diff -puN fs/ecryptfs/mmap.c~ecryptfs-asm-scatterlisth-linux-scatterlisth fs/ecryptfs/mmap.c --- 25/fs/ecryptfs/mmap.c~ecryptfs-asm-scatterlisth-linux-scatterlisth Tue Jun 20 17:37:22 2006 +++ 25-akpm/fs/ecryptfs/mmap.c Tue Jun 20 17:37:22 2006 @@ -31,7 +31,7 @@ #include #include #include -#include +#include #include "ecryptfs_kernel.h" struct kmem_cache *ecryptfs_lower_page_cache; _