commit | 50c15df69e062bf056b44d5bb51fac5ed957fa37 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Tue Dec 04 00:24:42 2018 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Dec 04 00:24:42 2018 -0500 |
tree | 01bd379f3cf6ba4cede3e8ff006c280639b32cc3 | |
parent | 561405f031fec0a124a19c8f16275730f63fb3d9 [diff] |
ext4: remove redundant condition check ext4_xattr_destroy_cache() can handle NULL pointer correctly, so there is no need to check NULL pointer before calling ext4_xattr_destroy_cache(). Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>