mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[PATCH] ext2: drop quota reference before releasing inode
We must drop references to quota structures before releasing the inode. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
b3bb8afd96
commit
c7e9a52ef0
1 changed files with 1 additions and 0 deletions
|
@ -612,6 +612,7 @@ got:
|
|||
err = ext2_init_acl(inode, dir);
|
||||
if (err) {
|
||||
DQUOT_FREE_INODE(inode);
|
||||
DQUOT_DROP(inode);
|
||||
goto fail2;
|
||||
}
|
||||
mark_inode_dirty(inode);
|
||||
|
|
Loading…
Reference in a new issue