diff options
Diffstat (limited to 'fs/ext3/ialloc.c')
-rw-r--r-- | fs/ext3/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/ialloc.c b/fs/ext3/ialloc.c index bf09cbf938cc..835d4ea61b0e 100644 --- a/fs/ext3/ialloc.c +++ b/fs/ext3/ialloc.c | |||
@@ -621,7 +621,7 @@ fail_free_drop: | |||
621 | fail_drop: | 621 | fail_drop: |
622 | dquot_drop(inode); | 622 | dquot_drop(inode); |
623 | inode->i_flags |= S_NOQUOTA; | 623 | inode->i_flags |= S_NOQUOTA; |
624 | inode->i_nlink = 0; | 624 | clear_nlink(inode); |
625 | unlock_new_inode(inode); | 625 | unlock_new_inode(inode); |
626 | iput(inode); | 626 | iput(inode); |
627 | brelse(bitmap_bh); | 627 | brelse(bitmap_bh); |