commit 0a7b3e629d9346b508a04923fb538d87a305f440
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date:   Tue May 29 00:39:22 2007 -0400

    coding-style: removed unecesary cast

diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c
index 26fe71e..c1a5e29 100644
--- a/fs/unionfs/odf.c
+++ b/fs/unionfs/odf.c
@@ -2021,7 +2021,7 @@ void odf_put_info(struct odf_dentry_info *odi)
  */
 void __odf_cleanup(void *args)
 {
-       struct sioa_args *sioa_args = (struct sioa_args *)args;
+       struct sioa_args *sioa_args = args;
        struct cleanup_args *cl = &sioa_args->cleanup;
        struct kstatfs stat;
        int cleanup = 0;
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to