Loading fs/smb/server/oplock.c +1 −1 Original line number Diff line number Diff line Loading @@ -1843,7 +1843,7 @@ int smb2_check_durable_oplock(struct ksmbd_conn *conn, if (memcmp(conn->ClientGUID, fp->client_guid, SMB2_CLIENT_GUID_SIZE)) { ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connction\n"); ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connection\n"); ret = -EBADF; goto out; } Loading Loading
fs/smb/server/oplock.c +1 −1 Original line number Diff line number Diff line Loading @@ -1843,7 +1843,7 @@ int smb2_check_durable_oplock(struct ksmbd_conn *conn, if (memcmp(conn->ClientGUID, fp->client_guid, SMB2_CLIENT_GUID_SIZE)) { ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connction\n"); ksmbd_debug(SMB, "Client guid of fp is not equal to the one of connection\n"); ret = -EBADF; goto out; } Loading