ext4: remove checks for e_value_block
authorJan Kara <jack@suse.cz>
Mon, 29 Aug 2016 19:40:11 +0000 (15:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 29 Aug 2016 19:40:11 +0000 (15:40 -0400)
commit1cba423707b47886391c7fcb3614fc67394be06e
tree64f15b0a189cae2b4bbe5a958501253360b14139
parent2de58f1102cf1ac6091209e1dfa8eccbcb039570
ext4: remove checks for e_value_block

Currently we don't support xattrs with e_value_block set. We don't allow
them to pass initial xattr check so there's no point for checking for
this later. Since these tests were untested, bugs were creeping in and
not all places which should have checked were checking e_value_block
anyway.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/xattr.c