projects
/
unionfs-2.6.18.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726e52f
)
Unionfs: remove redundant file-invariant check in file_revalidate
author
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 20:06:50 +0000
(16:06 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 19 Sep 2008 20:06:50 +0000
(16:06 -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 621b8a43f501ee7e7b0224de6c39b02f05321732..54ae7a5f62c7a512a8cfc1a3c633e9ac97ca7558 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;
}