You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
vfs: Rename end_writeback() to clear_inode()
After we moved inode_sync_wait() from end_writeback() it doesn't make sense to call the function end_writeback() anymore. Rename it to clear_inode() which well says what the function really does - set I_CLEAR flag. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ static void mqueue_evict_inode(struct inode *inode)
|
||||
int i;
|
||||
struct ipc_namespace *ipc_ns;
|
||||
|
||||
end_writeback(inode);
|
||||
clear_inode(inode);
|
||||
|
||||
if (S_ISDIR(inode->i_mode))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user