commit 1124b231e0910ed690333a18b8584c32a88a7a98
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Wed May 23 10:46:07 2007 -0400

    added undeclared variables to unionfs_remount

diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index d1f9151..1355339 100644
--- a/fs/unionfs/super.c
+++ b/fs/unionfs/super.c
@@ -431,6 +431,7 @@ static int unionfs_remount_fs(struct super_block *sb, int 
*flags,
        int new_high_branch_id; /* new high branch ID */
        struct odf_sb_info *odf = UNIONFS_SB(sb)->odf;
        int odfforce = 0 ;      /* whether the odfforce option was provided */
+       int old_ibstart, old_ibend;
 
        unionfs_write_lock(sb);
 
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to