Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/reiserfs/file.c   |    2 +-
 25-akpm/fs/reiserfs/resize.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff -puN fs/reiserfs/file.c~i-o-error-handling-for-reiserfs-v3-fixes fs/reiserfs/file.c
--- 25/fs/reiserfs/file.c~i-o-error-handling-for-reiserfs-v3-fixes	2004-10-04 19:57:43.489374704 -0700
+++ 25-akpm/fs/reiserfs/file.c	2004-10-04 19:57:50.561299608 -0700
@@ -654,9 +654,9 @@ int reiserfs_commit_page(struct inode *i
     struct super_block *s = inode->i_sb;
     int bh_per_page = PAGE_CACHE_SIZE / s->s_blocksize;
     struct reiserfs_transaction_handle th;
-    th.t_trans_id = 0;
     int ret = 0;
 
+    th.t_trans_id = 0;
     blocksize = 1 << inode->i_blkbits;
 
     if (logit) {
diff -puN fs/reiserfs/resize.c~i-o-error-handling-for-reiserfs-v3-fixes fs/reiserfs/resize.c
--- 25/fs/reiserfs/resize.c~i-o-error-handling-for-reiserfs-v3-fixes	2004-10-04 20:01:42.822990464 -0700
+++ 25-akpm/fs/reiserfs/resize.c	2004-10-04 20:01:56.616893472 -0700
@@ -22,7 +22,7 @@ int reiserfs_resize (struct super_block 
         int err = 0;
 	struct reiserfs_super_block * sb;
         struct reiserfs_bitmap_info *bitmap;
-	struct reiserfs_bitmap_info *old_bitmap = SB_AP_BITMAP(s);;
+	struct reiserfs_bitmap_info *old_bitmap = SB_AP_BITMAP(s);
 	struct buffer_head * bh;
 	struct reiserfs_transaction_handle th;
 	unsigned int bmap_nr_new, bmap_nr;
_