projects
/
unionfs-2.6.9.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b4664
)
Unionfs: remove redundant file-invariant check in file_revalidate
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 23:26:55 +0000
(19:26 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 23:26:55 +0000
(19:26 -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 c0df68d89d477cab2b980df0fa8bc685568284a6..92d207ec884d196d2b3c19551b7c5bb9afbb6dcb 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;
}