smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
authorDan Carpenter <dan.carpenter@linaro.org>
Wed, 31 Jan 2024 07:10:18 +0000 (10:10 +0300)
committerSteve French <stfrench@microsoft.com>
Mon, 11 Mar 2024 00:33:58 +0000 (19:33 -0500)
commite0e1e09b2c41d383a2483f2ee5227b724860ced1
tree62b3698dda9d4218014baeabd817ce3d1a10a852
parent5a4b09ecf8e8ad26ea03a37e52e310fe13f15b49
smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()

This was intended to be an IS_ERR() check.  The ea_create_context()
function doesn't return NULL.

Fixes: 1eab17fe485c ("smb: client: add support for WSL reparse points")
Reviewed-by: Paulo Alcantara <pc@manguebit.com>
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/reparse.c