commit | 569ae9209425560e1a94114231d0782e1cc19df1 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Wed Nov 14 07:23:53 2018 +0800 |
committer | Jan Kara <jack@suse.cz> | Wed Nov 14 13:14:56 2018 +0100 |
tree | 8196679aaf7c3b4a905db540dc973281f7383fad | |
parent | c0ed7b51ca9983086e03668f0ca20dc67ac663f4 [diff] |
ext2: remove redundant condition check ext2_xattr_destroy_cache() can handle NULL pointer correctly, so there is no need to check NULL pointer before calling ext2_xattr_destroy_cache(). Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Jan Kara <jack@suse.cz>