commit | 5cb81dabcc28863e7d04e6fd9ede154bd8459c14 | [log] [tgz] |
---|---|---|
author | Dmitry Monakhov <dmonakhov@openvz.org> | Sat Oct 29 09:05:00 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 29 09:05:00 2011 -0400 |
tree | 704df9fffdc243449dc5eba697cec133162ee1bf | |
parent | fba90ffee813e2425feb9a57c532b3d297af18c3 [diff] |
ext4: fix quota accounting during migration 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>