diff options
Diffstat (limited to 'fs/ext4/inode.c')
-rw-r--r-- | fs/ext4/inode.c | 2 |
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: | |||
3620 | * If this was a simple ftruncate() and the file will remain alive, | 3620 | * If this was a simple ftruncate() and the file will remain alive, |
3621 | * then we need to clear up the orphan record which we created above. | 3621 | * then we need to clear up the orphan record which we created above. |
3622 | * However, if this was a real unlink then we were called by | 3622 | * However, if this was a real unlink then we were called by |
3623 | * ext4_delete_inode(), and we allow that function to clean up the | 3623 | * ext4_evict_inode(), and we allow that function to clean up the |
3624 | * orphan info for us. | 3624 | * orphan info for us. |
3625 | */ | 3625 | */ |
3626 | if (inode->i_nlink) | 3626 | if (inode->i_nlink) |