projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f2742
)
Unionfs: remove redundant file-invariant check in file_revalidate
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 17 Sep 2008 07:29:35 +0000
(
03:29
-0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 12 Aug 2011 02:38:46 +0000
(22:38 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/commonfops.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/commonfops.c
b/fs/unionfs/commonfops.c
index e68bc5a6d2fee4bd6148fa3a59dafe9790c16415..214ad86e481b969015cf8f22656d6808a4446419 100644
(file)
--- 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;
}