<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
Thanks, Neil - lots of small but nice cleanups.<br>
<br>
Full series acked.
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> lustre-devel <lustre-devel-bounces@lists.lustre.org> on behalf of NeilBrown <neilb@suse.com><br>
<b>Sent:</b> Tuesday, December 12, 2017 9:15:55 PM<br>
<b>To:</b> Oleg Drokin; James Simmons; Andreas Dilger; Greg Kroah-Hartman<br>
<b>Cc:</b> linux-kernel@vger.kernel.org; lustre-devel@lists.lustre.org<br>
<b>Subject:</b> [lustre-devel] [PATCH 12/12] staging: lustre: libcfs: discard LASSERT_CHECKED</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">This macro isn't used, and comment is about some earlier version<br>
of the lustre code that never reached the mainline kernel.<br>
Just discard it.<br>
<br>
Signed-off-by: NeilBrown <neilb@suse.com><br>
---<br>
 .../lustre/include/linux/libcfs/libcfs_private.h   |    7 -------<br>
 1 file changed, 7 deletions(-)<br>
<br>
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h<br>
index 31403667be6b..940200ee632e 100644<br>
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h<br>
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_private.h<br>
@@ -43,13 +43,6 @@<br>
 # define DEBUG_SUBSYSTEM S_UNDEFINED<br>
 #endif<br>
 <br>
-/*<br>
- * When this is on, LASSERT macro includes check for assignment used instead<br>
- * of equality check, but doesn't have unlikely(). Turn this on from time to<br>
- * time to make test-builds. This shouldn't be on for production release.<br>
- */<br>
-#define LASSERT_CHECKED (0)<br>
-<br>
 #define LASSERTF(cond, fmt, ...)                                        \<br>
 do {                                                                    \<br>
         if (unlikely(!(cond))) {                                        \<br>
<br>
<br>
_______________________________________________<br>
lustre-devel mailing list<br>
lustre-devel@lists.lustre.org<br>
<a href="http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org">http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org</a><br>
</div>
</span></font></div>
</body>
</html>