vfs: Rename end_writeback() to clear_inode()
[deliverable/linux.git] / fs / hostfs / hostfs_kern.c
index 07c516bfea7671853513d9a80f61f81d5f674f91..2afa5bbccf9baf9cc4389d88940cb21516bf8bb8 100644 (file)
@@ -240,7 +240,7 @@ static struct inode *hostfs_alloc_inode(struct super_block *sb)
 static void hostfs_evict_inode(struct inode *inode)
 {
        truncate_inode_pages(&inode->i_data, 0);
-       end_writeback(inode);
+       clear_inode(inode);
        if (HOSTFS_I(inode)->fd != -1) {
                close_file(&HOSTFS_I(inode)->fd);
                HOSTFS_I(inode)->fd = -1;
This page took 0.025297 seconds and 5 git commands to generate.