commit 2052e373ee460ab186a10212c52d9ea074620db5
Author: Rachita Kothiyal <[EMAIL PROTECTED]>
Date:   Tue Dec 18 23:11:42 2007 -0500

    Unionfs ODF2: Fix compilation warnings from exports patch
    
    Signed-off-by: Rachita Kothiyal <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/export.c b/fs/unionfs/export.c
index 46d7653..c904753 100644
--- a/fs/unionfs/export.c
+++ b/fs/unionfs/export.c
@@ -289,7 +289,7 @@ static struct dentry *unionfs_fh_to_parent(struct 
super_block *sb,
                                                struct fid *fid, int fh_len,
                                                int fh_type)
 {
-       __u32 parent[3];
+       __u32 parent[3] = {0, 0, 0};
        struct dentry *result;
        result = ERR_PTR(-EINVAL);
        if (fh_len < 3 || fh_type > FILEID_INO32_GEN_PARENT)
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to