commit | f6109100ba8692c677cfdc88af1887a43263e63a | [log] [tgz] |
---|---|---|
author | Tahsin Erdogan <tahsin@google.com> | Wed Jun 21 22:11:54 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Jun 21 22:11:54 2017 -0400 |
tree | a83af0e1c279216db190a4e5733bc0c5b2a69d5e | |
parent | 9bb21cedda7cd69789e1f93d7d918f5ca48ba165 [diff] |
ext4: fix ext4_xattr_move_to_block() When moving xattr entries from inline area to a xattr block, entries that refer to external xattr inodes need special handling because value data is not available in the inline area but rather should be read from its external inode. Signed-off-by: Tahsin Erdogan <tahsin@google.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>