From 70b263cf0bb3f6e4affbd397c5c5417ff3c122dc Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 14 Jul 2018 02:17:57 +0000 Subject: [PATCH] scst/include/scst.h: Revert an accidental check-in git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@7422 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 33bc9d3df..bbebdcb87 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -4975,7 +4975,7 @@ static inline struct scatterlist *sg_next_inline(struct scatterlist *sg) static inline void sg_clear(struct scatterlist *sg) { memset(sg, 0, sizeof(*sg)); -#if 0 // def CONFIG_DEBUG_SG +#ifdef CONFIG_DEBUG_SG sg->sg_magic = SG_MAGIC; #endif }