diff options
Diffstat (limited to 'fs/ext3')
-rw-r--r-- | fs/ext3/ialloc.c | 2 | ||||
-rw-r--r-- | fs/ext3/namei.c | 2 |
2 files changed, 2 insertions, 2 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); |
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c index 0629e09f6511..8a60e3327659 100644 --- a/fs/ext3/namei.c +++ b/fs/ext3/namei.c | |||
@@ -1833,7 +1833,7 @@ retry: | |||
1833 | 1833 | ||
1834 | if (err) { | 1834 | if (err) { |
1835 | out_clear_inode: | 1835 | out_clear_inode: |
1836 | inode->i_nlink = 0; | 1836 | clear_nlink(inode); |
1837 | unlock_new_inode(inode); | 1837 | unlock_new_inode(inode); |
1838 | ext3_mark_inode_dirty(handle, inode); | 1838 | ext3_mark_inode_dirty(handle, inode); |
1839 | iput (inode); | 1839 | iput (inode); |