Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280646
b: refs/heads/master
c: 0ce8c01
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 9, 2012
1 parent 359f5ef commit e11ffde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: da01636a6511c3bd0c1cf546c47b8e92a837a613
refs/heads/master: 0ce8c0109f548ed75535d96ec5a347b410ed1472
2 changes: 1 addition & 1 deletion trunk/fs/ext3/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ static int ext3_symlink (struct inode * dir,
err = PTR_ERR(handle);
goto err_drop_inode;
}
inc_nlink(inode);
set_nlink(inode, 1);
err = ext3_orphan_del(handle, inode);
if (err) {
ext3_journal_stop(handle);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ext4/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ static int ext4_symlink(struct inode *dir,
err = PTR_ERR(handle);
goto err_drop_inode;
}
inc_nlink(inode);
set_nlink(inode, 1);
err = ext4_orphan_del(handle, inode);
if (err) {
ext4_journal_stop(handle);
Expand Down

0 comments on commit e11ffde

Please sign in to comment.