block/sheepdog: remove spurious NULL check
commitac90dad94b5b1eda18a9a86c739c249d851cd35c
authorJeff Cody <jcody@redhat.com>
Tue, 7 Nov 2017 22:27:20 +0000 (7 17:27 -0500)
committerJeff Cody <jcody@redhat.com>
Mon, 18 Dec 2017 20:41:17 +0000 (18 15:41 -0500)
treec774c77d158d2bc82d15a856206ed059c22b2846
parentaa9ef2e65bed6a8f1709e0523fc856ec08beb657
block/sheepdog: remove spurious NULL check

'tag' is already checked in the lines immediately preceding this check,
and set to non-NULL if NULL.  No need to check again, it hasn't changed.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/sheepdog.c