commit | b3155298910c64a312620309f320d26e9461eb19 | [log] [tgz] |
---|---|---|
author | Tahsin Erdogan <tahsin@google.com> | Wed Jun 21 22:16:20 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 21 22:16:20 2017 -0400 |
tree | f2c87dc74547f0ddc91416239f482353c93dfe1a | |
parent | 7cec191894e4e2200d942415c3ebccb146214d26 [diff] |
ext4: fix credits calculation for xattr inode When there is no space for a value in xattr block, it may be stored in an xattr inode even if the value length is less than EXT4_XATTR_MIN_LARGE_EA_SIZE(). So the current assumption in credits calculation is wrong. Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>