From 5a3809688356f2c18fd94706becf0a643b055bfa Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Wed, 17 Sep 2008 03:29:35 -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.34.1