Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38349
b: refs/heads/master
c: 585b774
h: refs/heads/master
i:
  38347: 7e6f7cc
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Oct 4, 2006
1 parent c97748f commit 308f816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: add216608a63713b8a2c4545698d5ae02e27ac3b
refs/heads/master: 585b7747d63e3a5f65628d21c1745edd926d7897
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ int reiserfs_new_inode(struct reiserfs_transaction_handle *th,
err = -EDQUOT;
goto out_end_trans;
}
if (!dir || !dir->i_nlink) {
if (!dir->i_nlink) {
err = -EPERM;
goto out_bad_inode;
}
Expand Down

0 comments on commit 308f816

Please sign in to comment.