]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/xfs/xfs_super.c
vfs: Rename end_writeback() to clear_inode()
[mirror_ubuntu-zesty-kernel.git] / fs / xfs / xfs_super.c
index dab9a5f6dfd68345646849f6ca391fa3849839bb..5b806f23ad0a48990d0a8a2408ca87c4d1634ea8 100644 (file)
@@ -926,7 +926,7 @@ xfs_fs_evict_inode(
        trace_xfs_evict_inode(ip);
 
        truncate_inode_pages(&inode->i_data, 0);
-       end_writeback(inode);
+       clear_inode(inode);
        XFS_STATS_INC(vn_rele);
        XFS_STATS_INC(vn_remove);
        XFS_STATS_DEC(vn_active);