commit 02c42016fb0827862913ad94fbb7e675563becc7
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Thu May 24 00:20:42 2007 -0400

    small fix: initialize 'res' to 0 to avoid gcc warning

diff --git a/fs/unionfs/export.c b/fs/unionfs/export.c
index 
cb80324056f262d13f0c5e95cd5b3af93ff1aeed..6eb656d5e554b9090d8c59c333e454ea677aa5f3
 100644
--- a/fs/unionfs/export.c
+++ b/fs/unionfs/export.c
@@ -10,7 +10,7 @@ static struct dentry *__get_parent(struc
        struct dentry *d, *d_parent, *parent, *child = NULL;
        struct dentry_stack stack;
        char *name = NULL;
-       int res;
+       int res = 0;
 
        if (odf_root == odf_dentry) {
                dget(sb->s_root);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to