<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:56:49 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-12923] replace CLASSERT() with BUILD_BUG_ON()</title>
                <link>https://jira.whamcloud.com/browse/LU-12923</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The Lustre-specific compile-time assertion &lt;tt&gt;CLASSERT()&lt;/tt&gt; should be replaced with the standard kernel &lt;tt&gt;BUILD_BUG_ON()&lt;/tt&gt; macro that does the same thing.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;NOTE&lt;/b&gt; that the logic of &lt;tt&gt;CLASSERT()&lt;/tt&gt; is ensuring that the expression is &lt;b&gt;true&lt;/b&gt; while &lt;tt&gt;BUILD_BUG_ON()&lt;/tt&gt; is verifying if the expression is &lt;b&gt;false&lt;/b&gt;, so the logic of each check should be reversed.&lt;/p&gt;

&lt;p&gt;All of these expressions are evaluated at compile time, so it is possible to mark all patches fixing this with &lt;tt&gt;Test-Parameters: trivial&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;The first patch in the series should update &lt;tt&gt;contrib/scripts/spelling.txt&lt;/tt&gt; to add &lt;tt&gt;CLASSERT||BUILD_BUG_ON()&lt;/tt&gt; so that new patches get a warning if they are using the old &lt;tt&gt;CLASSERT()&lt;/tt&gt; macro.  The last patch in the series should remove the &lt;tt&gt;CLASSERT()&lt;/tt&gt; macro.  There are currently 480 instances of &lt;tt&gt;CLASSERT()&lt;/tt&gt; in the master branch, but a majority of them (318) are in the automatically-generated &lt;tt&gt;wirecheck.c&lt;/tt&gt;, &lt;tt&gt;pack-generic.c&lt;/tt&gt; and &lt;tt&gt;api-ni.c&lt;/tt&gt; file, so most could be easily replaced by fixing the &lt;tt&gt;wiretest.c&lt;/tt&gt; scripts.&lt;/p&gt;</description>
                <environment></environment>
        <key id="57285">LU-12923</key>
            <summary>replace CLASSERT() with BUILD_BUG_ON()</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="47758">LU-9859</parent>
                                    <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="arshad512">Arshad Hussain</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Thu, 31 Oct 2019 19:17:19 +0000</created>
                <updated>Fri, 31 Jan 2020 10:08:11 +0000</updated>
                            <resolved>Tue, 28 Jan 2020 16:13:32 +0000</resolved>
                                    <version>Lustre 2.14.0</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="257435" author="simmonsja" created="Thu, 31 Oct 2019 19:47:34 +0000"  >&lt;p&gt;Are you going to take this work or should I. I have been planning to do this.&lt;/p&gt;</comment>
                            <comment id="257456" author="adilger" created="Thu, 31 Oct 2019 22:45:00 +0000"  >&lt;p&gt;I&apos;m not planning on it, but added it as a separate task marked &lt;tt&gt;easy&lt;/tt&gt; for tracking purposes.  I was going to add a &lt;tt&gt;CLASSERT()&lt;/tt&gt; in one of my patches and then thought I should use &lt;tt&gt;BUILD_BUG_ON()&lt;/tt&gt; instead, and that it makes sense to formalize this transition.&lt;/p&gt;</comment>
                            <comment id="257479" author="arshad512" created="Fri, 1 Nov 2019 03:58:37 +0000"  >&lt;p&gt;Andreas,James, - One more volunteer for this. Let me know if I can take this one.&#160;&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</comment>
                            <comment id="257485" author="adilger" created="Fri, 1 Nov 2019 07:44:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/secure/ViewProfile.jspa?name=arshad512&quot; class=&quot;user-hover&quot; rel=&quot;arshad512&quot;&gt;arshad512&lt;/a&gt; I&apos;d be very grateful if you have the time to do this.  No rush, as we haven&apos;t yet opened master for patch landings until after 2.13 is released, but that should be in a week or two.&lt;/p&gt;</comment>
                            <comment id="257537" author="arshad512" created="Sat, 2 Nov 2019 03:53:51 +0000"  >&lt;p&gt;Andreas, more than glad to do this patch. And let me add this...as always ... Thank you!&lt;/p&gt;

&lt;p&gt;Few patches will come this weekend , next set of patch batches around next weekend.&#160;&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</comment>
                            <comment id="257538" author="gerrit" created="Sat, 2 Nov 2019 04:18:37 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36645&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36645&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; contrib: Update spelling.txt to add BUILD_BUG_ON() correction&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e8942c4da1012fbdd0655b5b3ca56343cb3fee9d&lt;/p&gt;</comment>
                            <comment id="257540" author="gerrit" created="Sat, 2 Nov 2019 06:02:42 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36646&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36646&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdc: Replace CLASSERT() with BUILD_BUG_ON() for file mdc_lib.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c4c1a27d2bc0947b914c7a7f6e4cf762f90502e6&lt;/p&gt;</comment>
                            <comment id="257541" author="gerrit" created="Sat, 2 Nov 2019 09:43:04 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36647&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36647&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; utils: Replace CLASSERT() with BUILD_BUG_ON() for wiretest.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 010469666ca82f1c3eaebe41de7e7fd3f8083513&lt;/p&gt;</comment>
                            <comment id="257542" author="gerrit" created="Sat, 2 Nov 2019 10:59:05 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36648&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36648&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; pltrpc: Replace CLASSERT() with BUILD_BUG_ON() for wiretest.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 867fb4f9bc31fc8b876362ea9275920e7f49091b&lt;/p&gt;</comment>
                            <comment id="257544" author="gerrit" created="Sat, 2 Nov 2019 11:52:35 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36649&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36649&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; ptlrpc: Replace CLASSERT() with BUILD_BUG_ON() for pack_generic.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 09b42fcdc4831e714348990942400db8b534106f&lt;/p&gt;</comment>
                            <comment id="257844" author="gerrit" created="Wed, 6 Nov 2019 18:24:16 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36690&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36690&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; utils: Use BUILD_BUG_ON() for wirecheck.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 16f2e758e3e9004f6d88817071242a257ef9d6f6&lt;/p&gt;</comment>
                            <comment id="257949" author="gerrit" created="Thu, 7 Nov 2019 20:02:18 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36711&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36711&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; utils: Use BUILD_BUG_ON() for wirehdr.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9a4e99fe0d7401e8ce21c88f6a31eb0cdcd3d7ad&lt;/p&gt;</comment>
                            <comment id="258022" author="gerrit" created="Fri, 8 Nov 2019 18:49:05 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36717&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36717&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdc: Use BUILD_BUG_ON() for mdc_reint.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1835f99b8ceafbd7dadff9945977b55691b51d00&lt;/p&gt;</comment>
                            <comment id="258023" author="gerrit" created="Fri, 8 Nov 2019 18:50:46 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36718&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36718&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lov: Use BUILD_BUG_ON() for lov_pack.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d1a5c95d1d29652cfcb25fca67a09478bc3de1d6&lt;/p&gt;</comment>
                            <comment id="258025" author="gerrit" created="Fri, 8 Nov 2019 19:19:20 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36719&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36719&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdd: Use with BUILD_BUG_ON() for mdd_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 0b6e5fe4da3a81321aed3020f9a4f728e6068e4b&lt;/p&gt;</comment>
                            <comment id="258026" author="gerrit" created="Fri, 8 Nov 2019 19:27:39 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36720&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36720&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; ldlm: Use BUILD_BUG_ON() for ldlm_resource.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8c7fb9225e17926e20d2150c2c1700029c68f746&lt;/p&gt;</comment>
                            <comment id="258027" author="gerrit" created="Fri, 8 Nov 2019 19:34:53 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36721&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36721&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; target: Use BUILD_BUG_ON() for tgt_lastrcvd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3b8ad3eb99014316b340b7272afd5c676e0efee3&lt;/p&gt;</comment>
                            <comment id="258028" author="gerrit" created="Fri, 8 Nov 2019 19:42:54 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36722&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdc: Use BUILD_BUG_ON() for mdc_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c400865bcc4393b1ed617f0b3fc1ce7e122c9d15&lt;/p&gt;</comment>
                            <comment id="258044" author="gerrit" created="Sat, 9 Nov 2019 04:59:27 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36725&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36725&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lustre: Replace CLASSERT() with BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7cb1fe9bcac8ef241749cf634c0d1a4d4e3fb174&lt;/p&gt;</comment>
                            <comment id="259002" author="gerrit" created="Sun, 1 Dec 2019 02:10:13 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36902&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36902&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; libcfs: Use BUILD_BUG_ON() for hash.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8128b0e74060bab239e2718a66f2cb4a4d6ed06e&lt;/p&gt;</comment>
                            <comment id="259307" author="gerrit" created="Fri, 6 Dec 2019 01:12:56 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36645/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36645/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; contrib: Update spelling.txt to add BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d22399313afd98a953da596fab025fccf0a779a0&lt;/p&gt;</comment>
                            <comment id="259308" author="gerrit" created="Fri, 6 Dec 2019 01:13:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36646/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36646/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdc: Use BUILD_BUG_ON() for mdc_lib.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 478724469976b6e9b6f6d38253a30d5c0b57243c&lt;/p&gt;</comment>
                            <comment id="259309" author="gerrit" created="Fri, 6 Dec 2019 01:13:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36647/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36647/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; utils: Use BUILD_BUG_ON() for wiretest.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 38392dc0ed32368cc195558a74c6606465beb53b&lt;/p&gt;</comment>
                            <comment id="259310" author="gerrit" created="Fri, 6 Dec 2019 01:13:35 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36648/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36648/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; pltrpc: Use BUILD_BUG_ON() for wiretest.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e2126c7858da90a233b08baa10917e71a72fc6b7&lt;/p&gt;</comment>
                            <comment id="259314" author="gerrit" created="Fri, 6 Dec 2019 01:15:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36717/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36717/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdc: Use BUILD_BUG_ON() for mdc_reint.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9b9903816c96c87685273bbdb3aa3853666a37de&lt;/p&gt;</comment>
                            <comment id="259315" author="gerrit" created="Fri, 6 Dec 2019 01:15:41 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36718/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36718/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lov: Use BUILD_BUG_ON() for lov_pack.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f6b5483170a3d729d1163a0d6a0da63c6ba926fe&lt;/p&gt;</comment>
                            <comment id="259316" author="gerrit" created="Fri, 6 Dec 2019 01:15:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36719/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36719/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdd: Use BUILD_BUG_ON() for mdd_object.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 0978020c92f0b2b623f12cf2e5c9a9e0e7fc6411&lt;/p&gt;</comment>
                            <comment id="259318" author="gerrit" created="Fri, 6 Dec 2019 01:15:50 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36720/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36720/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; ldlm: Use BUILD_BUG_ON() for ldlm_resource.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: db25e324ad6b59b75db001a4f86d8467bed81ad2&lt;/p&gt;</comment>
                            <comment id="259319" author="gerrit" created="Fri, 6 Dec 2019 01:15:54 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36721/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36721/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; target: Use BUILD_BUG_ON() for tgt_lastrcvd.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8bbc27d31389cabe992d68dd9b0900bb26971e66&lt;/p&gt;</comment>
                            <comment id="259320" author="gerrit" created="Fri, 6 Dec 2019 01:15:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36722/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36722/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; mdc: Use BUILD_BUG_ON() for mdc_request.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f4408ad5377a104aae869ef8bf02796fdfa8fb79&lt;/p&gt;</comment>
                            <comment id="259928" author="gerrit" created="Mon, 16 Dec 2019 05:58:51 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36649/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36649/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; ptlrpc: Use BUILD_BUG_ON() for pack_generic.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: a1bf9876a328aec3b1d307e8b20d997b30377402&lt;/p&gt;</comment>
                            <comment id="259934" author="gerrit" created="Mon, 16 Dec 2019 05:59:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36725/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36725/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lustre: Replace CLASSERT() with BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6c6ca1fbfb1b2be0e6a9675f9214f98e59bc8088&lt;/p&gt;</comment>
                            <comment id="260196" author="gerrit" created="Fri, 20 Dec 2019 03:27:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36711/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36711/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; utils: Use BUILD_BUG_ON() for wirehdr.c &amp;amp; wirecheck.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5a3f9f4cc3c31b0f521932df80a9ac541edec073&lt;/p&gt;</comment>
                            <comment id="260198" author="gerrit" created="Fri, 20 Dec 2019 03:27:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36902/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36902/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; libcfs: Use BUILD_BUG_ON() for hash.c&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: eb3d0504f2d7eed8c8c584af82ad609455071bd2&lt;/p&gt;</comment>
                            <comment id="260207" author="pjones" created="Fri, 20 Dec 2019 03:56:28 +0000"  >&lt;p&gt;Everything currently in flight has landed - is this task now complete?&lt;/p&gt;</comment>
                            <comment id="260442" author="arshad512" created="Sun, 29 Dec 2019 09:19:12 +0000"  >&lt;p&gt;Hi Peter, I was away traveling. I am catching up on my mails and messages now, sorry for delay response.&lt;/p&gt;


&lt;p&gt;Unfortunately, as I double checked it looks like few instances under files which escaped my scrutiny.&#160; So, this LU is almost done but not complete. I will address this quickly.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[lustre-release]$ find ./lustre/ -name &lt;span class=&quot;code-quote&quot;&gt;&quot;*.c&quot;&lt;/span&gt; | xargs grep CLASSERT
./lustre/osd-zfs/osd_index.c: CLASSERT(sizeof(zde-&amp;gt;lzd_reg) == 8);
./lustre/osd-zfs/osd_index.c: CLASSERT(sizeof(*zde) % 8 == 0);
./lustre/osd-zfs/osd_index.c: CLASSERT(sizeof(za-&amp;gt;za_name) &amp;lt;= sizeof(it-&amp;gt;ozi_name));
./lustre/ptlrpc/nodemap_storage.c: CLASSERT(sizeof(union nodemap_rec) == 32);
./lustre/mdd/mdd_object.c: CLASSERT(ARRAY_SIZE(info-&amp;gt;mti_buf) &amp;gt;= 4);&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Where I went wrong was, I was using below command to verify. Which unfortunately was give me false positives.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
$ find ./lustre -name &lt;span class=&quot;code-quote&quot;&gt;&quot;*.c&quot;&lt;/span&gt; | xargs ./contrib/scripts/checkpatch.pl -f --no-tree | grep CLASSERT | wc -l&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="260445" author="gerrit" created="Sun, 29 Dec 2019 16:13:28 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37111&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37111&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lustre: Replace CLASSERT() with BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: de937279e835c26b61bbb6c248279c53852d631d&lt;/p&gt;</comment>
                            <comment id="260451" author="degremoa" created="Mon, 30 Dec 2019 08:36:21 +0000"  >&lt;p&gt;Looks like &lt;tt&gt;lnet&lt;/tt&gt; also needs one last patch:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;$ git grep -c CLASSERT lnet/
lnet/lnet/api-ni.c:96
lnet/utils/wirecheck.c:2&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="260452" author="gerrit" created="Mon, 30 Dec 2019 10:48:25 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37113&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37113&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lustre: Replace CLASSERT() with BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 51a21905a4a815a80497b59496ccdeeda9a3f3b8&lt;/p&gt;</comment>
                            <comment id="260453" author="arshad512" created="Mon, 30 Dec 2019 10:54:56 +0000"  >&lt;p&gt;Aurelien, Thanks for pointing out.&lt;/p&gt;

&lt;p&gt;Updated remaining CLASSERT() under lnet.&lt;/p&gt;</comment>
                            <comment id="260991" author="gerrit" created="Fri, 10 Jan 2020 07:42:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37111/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37111/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lustre: Replace CLASSERT() with BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f0fa794d0fc35be8fb0839731d122a73395f2a05&lt;/p&gt;</comment>
                            <comment id="260992" author="gerrit" created="Fri, 10 Jan 2020 07:42:52 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37113/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37113/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; lnet: Replace CLASSERT() with BUILD_BUG_ON()&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 81fff75016dae08332d1a6cdd5137fc4e3097665&lt;/p&gt;</comment>
                            <comment id="261018" author="pjones" created="Fri, 10 Jan 2020 13:23:30 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                            <comment id="261037" author="degremoa" created="Fri, 10 Jan 2020 15:51:37 +0000"  >&lt;p&gt;What should we do with the last 2 occurrences?&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
$ git grep CLASSERT
contrib/scripts/spelling.txt:CLASSERT||BUILD_BUG_ON()
libcfs/include/libcfs/libcfs_private.h:#define CLASSERT(cond) &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; {&lt;span class=&quot;code-keyword&quot;&gt;switch&lt;/span&gt; (1) {&lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; (cond): &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; 0: &lt;span class=&quot;code-keyword&quot;&gt;break&lt;/span&gt;; } } &lt;span class=&quot;code-keyword&quot;&gt;while&lt;/span&gt; (0)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I think they should also be removed?&lt;/p&gt;</comment>
                            <comment id="261038" author="simmonsja" created="Fri, 10 Jan 2020 15:54:46 +0000"  >&lt;p&gt;spelling.txt will remain since it tells people not use CLASSERT anymore. The define in libcfs_private.h does need to be removed but we should wait a bit since other patches in flight might land that have a CLASSERT.&lt;/p&gt;</comment>
                            <comment id="261044" author="arshad512" created="Fri, 10 Jan 2020 17:04:43 +0000"  >&lt;p&gt;Aurelien,&lt;br/&gt;
As James pointed out already, &quot;spelling.txt&quot; remains as it helps checkpatch to flag warning if any CLASSERT is left behind. For libcfs_private.h - this was missed ((again!), which is a bummer &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;) - Sorry. I will get this in.&lt;br/&gt;
&#160;&lt;br/&gt;
James,&lt;br/&gt;
Only patch on master:branch open which is referring &apos;libcfs_private.h&apos; is&#160;&lt;a href=&quot;https://review.whamcloud.com/#/c/36975/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/36975/&lt;/a&gt; - This also does not touch CLASSERT(). What I found out, updating libcfs_private.h immediately will not affect any patch. I am going ahead with the change.&lt;/p&gt;</comment>
                            <comment id="261047" author="gerrit" created="Fri, 10 Jan 2020 18:06:38 +0000"  >&lt;p&gt;Arshad Hussain (arshad.super@gmail.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37188&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37188&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; libcfs: Remove CLASSERT() for libcfs_private.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f4c373f4485db07b98d74ebe8005b08f2064ca3a&lt;/p&gt;</comment>
                            <comment id="261991" author="gerrit" created="Tue, 28 Jan 2020 06:04:21 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37188/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37188/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12923&quot; title=&quot;replace CLASSERT() with BUILD_BUG_ON()&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12923&quot;&gt;&lt;del&gt;LU-12923&lt;/del&gt;&lt;/a&gt; libcfs: Remove CLASSERT() for libcfs_private.h&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: fa70e91747dc712f3083649cb82194bd7c0c856f&lt;/p&gt;</comment>
                            <comment id="262032" author="pjones" created="Tue, 28 Jan 2020 16:13:32 +0000"  >&lt;p&gt;For real complete now? &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="262270" author="arshad512" created="Fri, 31 Jan 2020 10:08:11 +0000"  >&lt;p&gt;Beyond a doubt. &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
[lustre-release]# git grep -c CLASSERT
contrib/scripts/spelling.txt:1
[lustre-release]#&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="47758">LU-9859</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i00ouf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>