commit e8e80f4e5fe80b74f07d1d3f259f1bbbb3d0fc94
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 cb80324..6eb656d 100644
--- a/fs/unionfs/export.c
+++ b/fs/unionfs/export.c
@@ -10,7 +10,7 @@ static struct dentry *__get_parent(struct super_block *sb, 
struct dentry *odf_de
        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