Skip to content
Snippets Groups Projects
Commit 5fcba89a authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Fix patch to apply equally well without obsolete ext3-san-jdike-*.patch.
b=11725
parent 06eadbd2
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......@@ -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");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment