diff options
Diffstat (limited to 'fs/ext4/ialloc.c')
-rw-r--r-- | fs/ext4/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ialloc.c b/fs/ext4/ialloc.c index acc0ad56bf2f..237b877d316d 100644 --- a/fs/ext4/ialloc.c +++ b/fs/ext4/ialloc.c | |||
@@ -787,7 +787,7 @@ struct inode *__ext4_new_inode(handle_t *handle, struct inode *dir, | |||
787 | sbi = EXT4_SB(sb); | 787 | sbi = EXT4_SB(sb); |
788 | 788 | ||
789 | /* | 789 | /* |
790 | * Initalize owners and quota early so that we don't have to account | 790 | * Initialize owners and quota early so that we don't have to account |
791 | * for quota initialization worst case in standard inode creating | 791 | * for quota initialization worst case in standard inode creating |
792 | * transaction | 792 | * transaction |
793 | */ | 793 | */ |