GIT: unionfs2-2.6.27.y: Unionfs: remove redundant file-invariant check in file_revalidate

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:18:10 EDT 2010


commit b69614bdeb3b468d9f1d2ccf588b140b28a838a2
Author: Erez Zadok <ezk at cs.sunysb.edu>
Date:   Wed Sep 17 03:29:35 2008 -0400

    Unionfs: remove redundant file-invariant check in file_revalidate
    
    Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>

diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c
index e68bc5a..214ad86 100644
--- a/fs/unionfs/commonfops.c
+++ b/fs/unionfs/commonfops.c
@@ -387,8 +387,6 @@ out:
 	if (err) {
 		kfree(UNIONFS_F(file)->lower_files);
 		kfree(UNIONFS_F(file)->saved_branch_ids);
-	} else {
-		unionfs_check_file(file);
 	}
 	return err;
 }


More information about the unionfs-cvs mailing list