git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fba90ff
)
ext4: fix quota accounting during migration
author
Dmitry Monakhov
<dmonakhov@openvz.org>
Sat, 29 Oct 2011 13:05:00 +0000
(09:05 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 29 Oct 2011 13:05:00 +0000
(09:05 -0400)
The tmp_inode should have same uid/gid as the original inode.
Otherwise new metadata blocks will be accounted to wrong quota-id,
which will result in a quota leak after the inode migration is
completed.
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found