vfs: Rename end_writeback() to clear_inode()
[deliverable/linux.git] / fs / gfs2 / super.c
index 6172fa77ad59acf938d7a82f12c6bd1b78735df0..713e621c240b9e6989ea50b7fa0a0c4f3b5f111d 100644 (file)
@@ -1554,7 +1554,7 @@ out_unlock:
 out:
        /* Case 3 starts here */
        truncate_inode_pages(&inode->i_data, 0);
-       end_writeback(inode);
+       clear_inode(inode);
        gfs2_dir_hash_inval(ip);
        ip->i_gl->gl_object = NULL;
        flush_delayed_work_sync(&ip->i_gl->gl_work);
This page took 0.027484 seconds and 5 git commands to generate.