commit | 066d92dcbfa5842d98f6c4c671220cef50a9720f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 08 21:28:10 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Aug 09 16:48:21 2010 -0400 |
tree | 0eb8f17c4ce6ff2a016e40ee6438881b1e61b86e | |
parent | 94ee8494ac84606f06d522a2c016d40aabffb378 [diff] [blame] |
convert ocfs2 to ->evict_inode() Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/ocfs2/inode.h b/fs/ocfs2/inode.h index 9f5f5fc..975eedd 100644 --- a/fs/ocfs2/inode.h +++ b/fs/ocfs2/inode.h
@@ -123,8 +123,7 @@ return &OCFS2_I(inode)->ip_metadata_cache; } -void ocfs2_clear_inode(struct inode *inode); -void ocfs2_delete_inode(struct inode *inode); +void ocfs2_evict_inode(struct inode *inode); void ocfs2_drop_inode(struct inode *inode); /* Flags for ocfs2_iget() */