projects
/
wrapfs-4.2.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5129416
)
Wrapfs: use clear_inode in evict_inode
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 5 Jun 2013 03:19:27 +0000
(23:19 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 3 Apr 2016 19:23:17 +0000
(15:23 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/wrapfs/super.c
patch
|
blob
|
history
diff --git
a/fs/wrapfs/super.c
b/fs/wrapfs/super.c
index 89d277d0509c141bb70855f412edbbab15227e43..aec2093345e7ec0d11c119f73d8d8236cce5320d 100644
(file)
--- a/
fs/wrapfs/super.c
+++ b/
fs/wrapfs/super.c
@@
-84,7
+84,7
@@
static void wrapfs_evict_inode(struct inode *inode)
struct inode *lower_inode;
truncate_inode_pages(&inode->i_data, 0);
-
end_writeback
(inode);
+
clear_inode
(inode);
/*
* Decrement a reference to a lower_inode, which was incremented
* by our read_inode when it was created initially.