diff options
| author | Greg KH <gregkh@suse.de> | 2005-09-12 15:10:59 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-12 15:10:59 -0400 |
| commit | ad2c10f8f00d3fe2e37dd8a107e7cf4ac0459489 (patch) | |
| tree | 5571f6a5784f51efddf9c1ee0408894cd63a460f /fs/ext2/ialloc.c | |
| parent | 6b7839007098a6b5612d31690e11277d4242e6ae (diff) | |
| parent | 2ade81473636b33aaac64495f89a7dc572c529f0 (diff) | |
Merge ../torvalds-2.6/
Diffstat (limited to 'fs/ext2/ialloc.c')
| -rw-r--r-- | fs/ext2/ialloc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ext2/ialloc.c b/fs/ext2/ialloc.c index 161f156d98c8..c8d07030c897 100644 --- a/fs/ext2/ialloc.c +++ b/fs/ext2/ialloc.c | |||
| @@ -615,6 +615,11 @@ got: | |||
| 615 | DQUOT_DROP(inode); | 615 | DQUOT_DROP(inode); |
| 616 | goto fail2; | 616 | goto fail2; |
| 617 | } | 617 | } |
| 618 | err = ext2_init_security(inode,dir); | ||
| 619 | if (err) { | ||
| 620 | DQUOT_FREE_INODE(inode); | ||
| 621 | goto fail2; | ||
| 622 | } | ||
| 618 | mark_inode_dirty(inode); | 623 | mark_inode_dirty(inode); |
| 619 | ext2_debug("allocating inode %lu\n", inode->i_ino); | 624 | ext2_debug("allocating inode %lu\n", inode->i_ino); |
| 620 | ext2_preread_inode(inode); | 625 | ext2_preread_inode(inode); |
