diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index b416b461fa500bbfb4822c5d3852478c7512923d..5653fa42930b6afbe29b5dce9e88511c502c8e54 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -3620,7 +3620,7 @@ void ext4_truncate(struct inode *inode) * If this was a simple ftruncate() and the file will remain alive, * then we need to clear up the orphan record which we created above. * However, if this was a real unlink then we were called by - * ext4_delete_inode(), and we allow that function to clean up the + * ext4_evict_inode(), and we allow that function to clean up the * orphan info for us. */ if (inode->i_nlink) diff --git a/fs/ext4/migrate.c b/fs/ext4/migrate.c index a432634f2e6a7243d4e5f3beaa088b6911281a0d..3cb267aee8021a0bfaf3c46fb66efd655739e540 100644 --- a/fs/ext4/migrate.c +++ b/fs/ext4/migrate.c @@ -592,7 +592,7 @@ int ext4_ext_migrate(struct inode *inode) /* * set the i_blocks count to zero - * so that the ext4_delete_inode does the + * so that the ext4_evict_inode() does the * right job * * We don't need to take the i_lock because