<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:43:17 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-4501] lustre don&apos;t able to build with invariants enabled</title>
                <link>https://jira.whamcloud.com/browse/LU-4501</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;cc1: warnings being treated as errors&lt;br/&gt;
/Users/shadow/work/lustre/work/WC-review/CLSTR-2003/lustre/osc/osc_lock.c: In function &#8216;osc_lock_has_pages&#8217;:&lt;br/&gt;
/Users/shadow/work/lustre/work/WC-review/CLSTR-2003/lustre/osc/osc_lock.c:1487: error: passing argument 2 of &#8216;osc_page_gang_lookup&#8217; from incompatible pointer type&lt;br/&gt;
/Users/shadow/work/lustre/work/WC-review/CLSTR-2003/lustre/osc/osc_cl_internal.h:691: note: expected &#8216;struct cl_io *&#8217; but argument is of type &#8216;struct osc_object *&#8217;&lt;br/&gt;
/Users/shadow/work/lustre/work/WC-review/CLSTR-2003/lustre/osc/osc_lock.c:1487: error: passing argument 3 of &#8216;osc_page_gang_lookup&#8217; from incompatible pointer type&lt;br/&gt;
/Users/shadow/work/lustre/work/WC-review/CLSTR-2003/lustre/osc/osc_cl_internal.h:691: note: expected &#8216;struct osc_object *&#8217; but argument is of type &#8216;struct cl_io *&#8217;&lt;br/&gt;
make&lt;span class=&quot;error&quot;&gt;&amp;#91;6&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;/Users/shadow/work/lustre/work/WC-review/CLSTR-2003/lustre/osc/osc_lock.o&amp;#93;&lt;/span&gt; Error 1&lt;/p&gt;</description>
                <environment></environment>
        <key id="22775">LU-4501</key>
            <summary>lustre don&apos;t able to build with invariants enabled</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="3">Duplicate</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="shadow">Alexey Lyashkov</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Jan 2014 08:03:33 +0000</created>
                <updated>Fri, 17 Jan 2014 11:03:43 +0000</updated>
                            <resolved>Fri, 17 Jan 2014 11:03:43 +0000</resolved>
                                    <version>Lustre 2.6.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="75161" author="shadow" created="Fri, 17 Jan 2014 08:04:51 +0000"  >&lt;p&gt;looks typo error in code.&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;[root@rhel6-64 osc]# git diff osc_lock.c 
diff --git a/lustre/osc/osc_lock.c b/lustre/osc/osc_lock.c
index e06a900..8016db6 100644
--- a/lustre/osc/osc_lock.c
+++ b/lustre/osc/osc_lock.c
@@ -1482,7 +1482,7 @@ &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; osc_lock_has_pages(struct osc_lock *olck)
        io-&amp;gt;ci_ignore_layout = 1;
         cl_io_init(env, io, CIT_MISC, io-&amp;gt;ci_obj);
        &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; {
-               result = osc_page_gang_lookup(env, oob, io,
+               result = osc_page_gang_lookup(env, io, oob,
                                              descr-&amp;gt;cld_start, descr-&amp;gt;cld_end,
                                              check_cb, (void *)lock);
                &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (result == CLP_GANG_ABORT)

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="75176" author="dmiter" created="Fri, 17 Jan 2014 11:03:43 +0000"  >&lt;p&gt;The same as &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-4488&quot; title=&quot;build with --enable-invariants is broken&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-4488&quot;&gt;&lt;del&gt;LU-4488&lt;/del&gt;&lt;/a&gt; which have a patch.&lt;/p&gt;</comment>
                    </comments>
                    <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|hzwd0v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>12314</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>