commit | 9e1ba00161a6f3bec8d4e7912025cbf889878e59 | [log] [tgz] |
---|---|---|
author | Tahsin Erdogan <tahsin@google.com> | Wed Jun 21 21:27:00 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 21 21:27:00 2017 -0400 |
tree | ab034b602e91ed6b5a147ef3d16923fb36352ab6 | |
parent | bd3b963b273e247e13979f98812a6e4979b5c1e4 [diff] |
ext4: ea_inode owner should be the same as the inode owner Quota charging is based on the ownership of the inode. Currently, the xattr inode owner is set to the caller which may be different from the parent inode owner. This is inconsistent with how quota is charged for xattr block and regular data block writes. Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>