<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:19:11 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-1730] cfs_lockdep_set_class() typo in cl_object.c</title>
                <link>https://jira.whamcloud.com/browse/LU-1730</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Reading through the code I noticed a probable typo in cl_object.c.&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;  72 &lt;span class=&quot;code-comment&quot;&gt;/** Lock &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;of cl_object_header::coh_page_guard */&lt;/span&gt;                           
  73 &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; cfs_lock_class_key_t cl_page_guard_class;                                
  74 &lt;span class=&quot;code-comment&quot;&gt;/** Lock &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;of cl_object_header::coh_lock_guard */&lt;/span&gt;                           
  75 &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; cfs_lock_class_key_t cl_lock_guard_class;                                
  76 &lt;span class=&quot;code-comment&quot;&gt;/** Lock &lt;span class=&quot;code-keyword&quot;&gt;class &lt;/span&gt;of cl_object_header::coh_attr_guard */&lt;/span&gt;                           
  77 &lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; cfs_lock_class_key_t cl_attr_guard_class;                                
  78                                                                                 
  79 extern __u32 lu_context_tags_default;                                           
  80 extern __u32 lu_session_tags_default;                                           
  81 /**                                                                             
  82  * Initialize cl_object_header.                                                 
  83  */                                                                             
  84 &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; cl_object_header_init(struct cl_object_header *h)                           
  85 {                                                                               
  86         &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; result;                                                             
  87                                                                                 
  88         ENTRY;                                                                  
  89         result = lu_object_header_init(&amp;amp;h-&amp;gt;coh_lu);                             
  90         &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (result == 0) {                                                      
  91                 cfs_spin_lock_init(&amp;amp;h-&amp;gt;coh_page_guard);                         
  92                 cfs_spin_lock_init(&amp;amp;h-&amp;gt;coh_lock_guard);                         
  93                 cfs_spin_lock_init(&amp;amp;h-&amp;gt;coh_attr_guard);                         
  94                 cfs_lockdep_set_class(&amp;amp;h-&amp;gt;coh_attr_guard, &amp;amp;cl_page_guard_class);
  95                 cfs_lockdep_set_class(&amp;amp;h-&amp;gt;coh_attr_guard, &amp;amp;cl_lock_guard_class);
  96                 cfs_lockdep_set_class(&amp;amp;h-&amp;gt;coh_attr_guard, &amp;amp;cl_attr_guard_class);  
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Those last three lines have the same first argument, but I think the first- and second-to-last should be &amp;amp;h-&amp;gt;coh_page_guard and &amp;amp;h-&amp;gt;coh_lock_guard, respecitvely.&lt;/p&gt;</description>
                <environment></environment>
        <key id="15456">LU-1730</key>
            <summary>cfs_lockdep_set_class() typo in cl_object.c</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <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="jay">Jinshan Xiong</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 Aug 2012 17:33:33 +0000</created>
                <updated>Fri, 19 Apr 2013 13:22:03 +0000</updated>
                            <resolved>Fri, 19 Apr 2013 13:22:03 +0000</resolved>
                                    <version>Lustre 2.3.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="42973" author="nedbass" created="Thu, 9 Aug 2012 17:52:55 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,3590&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3590&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="42982" author="pjones" created="Thu, 9 Aug 2012 20:22:13 +0000"  >&lt;p&gt;Jinshan has been working in this area&lt;/p&gt;</comment>
                            <comment id="56572" author="jlevi" created="Thu, 18 Apr 2013 20:03:18 +0000"  >&lt;p&gt;Now that Change, 3590 has landed to master, can this ticket be closed?&lt;/p&gt;</comment>
                            <comment id="56593" author="nedbass" created="Thu, 18 Apr 2013 23:20:42 +0000"  >&lt;p&gt;Yes, please close it.&lt;/p&gt;</comment>
                            <comment id="56623" author="jlevi" created="Fri, 19 Apr 2013 13:22:03 +0000"  >&lt;p&gt;Landed in 2.4&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|hzv5dz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4407</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>