From 40d62ee1ffc6b3f23035745fae0fd93f2193de05 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 14 Oct 2003 13:07:39 +0000 Subject: [PATCH] - function prototype fo ext3_map_inode_page() in super.c was missing ';' --- .../kernel_patches/patches/ext3-map_inode_page-2.6.0.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lustre/kernel_patches/patches/ext3-map_inode_page-2.6.0.patch b/lustre/kernel_patches/patches/ext3-map_inode_page-2.6.0.patch index 44af9d2..1a37580 100644 --- a/lustre/kernel_patches/patches/ext3-map_inode_page-2.6.0.patch +++ b/lustre/kernel_patches/patches/ext3-map_inode_page-2.6.0.patch @@ -2,9 +2,9 @@ fs/ext3/super.c | 3 +++ 2 files changed, 55 insertions(+) ---- linux-2.6.0-test3/fs/ext3/inode.c~ext3-map_inode_page-2.6.0 2003-09-02 14:48:43.000000000 +0400 -+++ linux-2.6.0-test3-alexey/fs/ext3/inode.c 2003-09-08 17:50:16.000000000 +0400 -@@ -3129,3 +3129,55 @@ int ext3_prep_san_write(struct inode *in +--- linux-2.6.0-test6/fs/ext3/inode.c~ext3-map_inode_page-2.6.0 2003-10-14 17:03:48.000000000 +0400 ++++ linux-2.6.0-test6-alexey/fs/ext3/inode.c 2003-10-14 17:03:49.000000000 +0400 +@@ -3143,3 +3143,55 @@ int ext3_prep_san_write(struct inode *in ret = ret2; return ret; } @@ -60,14 +60,14 @@ + return rc; +} + ---- linux-2.6.0-test3/fs/ext3/super.c~ext3-map_inode_page-2.6.0 2003-09-02 14:48:43.000000000 +0400 -+++ linux-2.6.0-test3-alexey/fs/ext3/super.c 2003-09-08 17:48:33.000000000 +0400 -@@ -2094,6 +2094,9 @@ static void __exit exit_ext3_fs(void) +--- linux-2.6.0-test6/fs/ext3/super.c~ext3-map_inode_page-2.6.0 2003-10-14 17:03:48.000000000 +0400 ++++ linux-2.6.0-test6-alexey/fs/ext3/super.c 2003-10-14 17:09:05.000000000 +0400 +@@ -2043,6 +2043,9 @@ static void __exit exit_ext3_fs(void) int ext3_prep_san_write(struct inode *inode, long *blocks, 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) ++ 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"); -- 1.8.3.1