diff --git a/[refs] b/[refs] index 4281c0230dea..908affa0adec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 69dcc99199fe29b0a29471a3488d39d9d33b25fc +refs/heads/master: 9d9c0531c91755a90b646b27bb722d59ee3eb46d diff --git a/trunk/fs/ext2/ialloc.c b/trunk/fs/ext2/ialloc.c index 74714af4ae69..e52765219e16 100644 --- a/trunk/fs/ext2/ialloc.c +++ b/trunk/fs/ext2/ialloc.c @@ -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; }