diff --git a/ldiskfs/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch b/ldiskfs/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch
index d2af4944b7850236ba067ba351dd886dd3ebdb22..2b6bcf1a3b35dd1d33efbb5c09eab9f1a8a97bd4 100644
--- a/ldiskfs/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch
+++ b/ldiskfs/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch
@@ -73,13 +73,14 @@ Index: linux-2.6.0/fs/ext3/super.c
 ===================================================================
 --- linux-2.6.0.orig/fs/ext3/super.c	2003-12-31 00:33:49.000000000 +0300
 +++ linux-2.6.0/fs/ext3/super.c	2003-12-31 01:10:40.000000000 +0300
-@@ -2051,6 +2051,9 @@
- int ext3_prep_san_write(struct inode *inode, long *blocks,
+@@ -2051,6 +2051,10 @@
                          int nblocks, loff_t newsize);
  EXPORT_SYMBOL(ext3_prep_san_write);
+ 
 +int ext3_map_inode_page(struct inode *inode, struct page *page,
 +                        unsigned long *blocks, int *created, int create);
 +EXPORT_SYMBOL(ext3_map_inode_page);
- 
++
  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
+ MODULE_LICENSE("GPL");
diff --git a/lustre/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch b/lustre/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch
index d2af4944b7850236ba067ba351dd886dd3ebdb22..2b6bcf1a3b35dd1d33efbb5c09eab9f1a8a97bd4 100644
--- a/lustre/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch
+++ b/lustre/kernel_patches/patches/ext3-map_inode_page-2.6-suse.patch
@@ -73,13 +73,14 @@ Index: linux-2.6.0/fs/ext3/super.c
 ===================================================================
 --- linux-2.6.0.orig/fs/ext3/super.c	2003-12-31 00:33:49.000000000 +0300
 +++ linux-2.6.0/fs/ext3/super.c	2003-12-31 01:10:40.000000000 +0300
-@@ -2051,6 +2051,9 @@
- int ext3_prep_san_write(struct inode *inode, long *blocks,
+@@ -2051,6 +2051,10 @@
                          int nblocks, loff_t newsize);
  EXPORT_SYMBOL(ext3_prep_san_write);
+ 
 +int ext3_map_inode_page(struct inode *inode, struct page *page,
 +                        unsigned long *blocks, int *created, int create);
 +EXPORT_SYMBOL(ext3_map_inode_page);
- 
++
  MODULE_AUTHOR("Remy Card, Stephen Tweedie, Andrew Morton, Andreas Dilger, Theodore Ts'o and others");
  MODULE_DESCRIPTION("Second Extended Filesystem with journaling extensions");
+ MODULE_LICENSE("GPL");