Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19668
b: refs/heads/master
c: 9d9c053
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Poetzl authored and Linus Torvalds committed Feb 3, 2006
1 parent 1d148cf commit 193511e
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: 69dcc99199fe29b0a29471a3488d39d9d33b25fc
refs/heads/master: 9d9c0531c91755a90b646b27bb722d59ee3eb46d
2 changes: 1 addition & 1 deletion trunk/fs/ext2/ialloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ struct inode *ext2_new_inode(struct inode *dir, int mode)
insert_inode_hash(inode);

if (DQUOT_ALLOC_INODE(inode)) {
err = -ENOSPC;
err = -EDQUOT;
goto fail_drop;
}

Expand Down

0 comments on commit 193511e

Please sign in to comment.