summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorWang Shilong2014-11-25 22:17:29 +0100
committerTheodore Ts'o2014-11-25 22:17:29 +0100
commit58d86a50eee6f8d5a4768f739d10d94f9994180f (patch)
tree29cdae1d96d350e8b51a5c327b1f55a03b22694c /fs/ext4/inode.c
parentext4: cleanup GFP flags inside resize path (diff)
downloadkernel-qcow2-linux-58d86a50eee6f8d5a4768f739d10d94f9994180f.tar.gz
kernel-qcow2-linux-58d86a50eee6f8d5a4768f739d10d94f9994180f.tar.xz
kernel-qcow2-linux-58d86a50eee6f8d5a4768f739d10d94f9994180f.zip
ext4: update comments regarding ext4_delete_inode()
ext4_delete_inode() has been renamed for a long time, update comments for this. Signed-off-by: Wang Shilong <wshilong@ddn.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r--fs/ext4/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index b416b461fa50..5653fa42930b 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -3620,7 +3620,7 @@ out_stop:
* 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)