commit | 7cec191894e4e2200d942415c3ebccb146214d26 | [log] [tgz] |
---|---|---|
author | Tahsin Erdogan <tahsin@google.com> | Wed Jun 21 22:14:30 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 21 22:14:30 2017 -0400 |
tree | 3d8bed994b49acd4e9afa0e69e3ac4321e1e2670 | |
parent | f6109100ba8692c677cfdc88af1887a43263e63a [diff] |
ext4: fix ext4_xattr_cmp() When a xattr entry refers to an external inode, the value data is not available in the inline area so we should not attempt to read it using value offset. Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>