From 44ce53fdd7047a9fb1a522b326b3147d9b50c485 Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 19 Sep 2008 00:02:56 -0400 Subject: [PATCH] Unionfs: remove redundant file-invariant check in file_revalidate Signed-off-by: Erez Zadok --- fs/unionfs/commonfops.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/fs/unionfs/commonfops.c b/fs/unionfs/commonfops.c index e68bc5a6d2f..214ad86e481 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; } -- 2.43.0