commit | de05ca8526796c7e9f7c7282b7f89a818af19818 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Mar 30 15:42:25 2018 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Mar 30 15:42:25 2018 -0400 |
tree | cc98259f026483d15edd01629d71eefd4bb24915 | |
parent | 27f394a7718d00ad16c59c616638cb46c6cd6a9d [diff] |
ext4: move call to ext4_error() into ext4_xattr_check_block() Refactor the call to EXT4_ERROR_INODE() into ext4_xattr_check_block(). This simplifies the code, and fixes a problem where not all callers of ext4_xattr_check_block() were not resulting in ext4_error() getting called when the xattr block is corrupted. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@vger.kernel.org