<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:07:36 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-14188] rw_semaphore in the iam_container structure that never been used</title>
                <link>https://jira.whamcloud.com/browse/LU-14188</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There is an rw_semaphore&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;
struct iam_container {
    ...
        /*
         * read-write lock protecting index consistency.
         */
        struct rw_semaphore     ic_sem;   &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;
        struct dynlock       ic_tree_lock;
        &lt;span class=&quot;code-comment&quot;&gt;/* Protect ic_idle_bh */&lt;/span&gt;
        struct mutex         ic_idle_mutex;
     ...
};
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There is initialization&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;
 2    234  lustre/osd-ldiskfs/osd_iam.c &amp;lt;&amp;lt;iam_container_init&amp;gt;&amp;gt;
             init_rwsem(&amp;amp;c-&amp;gt;ic_sem);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There are wrappers&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;
 3    622  lustre/osd-ldiskfs/osd_iam.c &amp;lt;&amp;lt;iam_container_write_lock&amp;gt;&amp;gt;
             down_write(&amp;amp;ic-&amp;gt;ic_sem);
   4    627  lustre/osd-ldiskfs/osd_iam.c &amp;lt;&amp;lt;iam_container_write_unlock&amp;gt;&amp;gt;
             up_write(&amp;amp;ic-&amp;gt;ic_sem);
   5    632  lustre/osd-ldiskfs/osd_iam.c &amp;lt;&amp;lt;iam_container_read_lock&amp;gt;&amp;gt;
             down_read(&amp;amp;ic-&amp;gt;ic_sem);
   6    637  lustre/osd-ldiskfs/osd_iam.c &amp;lt;&amp;lt;iam_container_read_unlock&amp;gt;&amp;gt;
             up_read(&amp;amp;ic-&amp;gt;ic_sem);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;But this wrappers are not used. And, based on the git history, never been used.&lt;/p&gt;

&lt;p&gt;Let&apos;s delete them.&lt;/p&gt;</description>
                <environment></environment>
        <key id="61883">LU-14188</key>
            <summary>rw_semaphore in the iam_container structure that never been used</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="artem_blagodarenko">Artem Blagodarenko</assignee>
                                    <reporter username="artem_blagodarenko">Artem Blagodarenko</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 7 Dec 2020 12:39:09 +0000</created>
                <updated>Tue, 30 Nov 2021 13:49:13 +0000</updated>
                            <resolved>Tue, 30 Nov 2021 13:49:13 +0000</resolved>
                                                    <fixVersion>Lustre 2.15.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="286865" author="gerrit" created="Mon, 7 Dec 2020 12:56:32 +0000"  >&lt;p&gt;Artem Blagodarenko (artem.blagodarenko@hpe.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40890&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40890&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14188&quot; title=&quot;rw_semaphore in the iam_container structure that never been used&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14188&quot;&gt;&lt;del&gt;LU-14188&lt;/del&gt;&lt;/a&gt; osd: remove not used iam_container lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b47f3b8dd761d9c7cf20ee004d401540ebb218ba&lt;/p&gt;</comment>
                            <comment id="319469" author="gerrit" created="Tue, 30 Nov 2021 03:46:59 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/40890/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40890/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14188&quot; title=&quot;rw_semaphore in the iam_container structure that never been used&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14188&quot;&gt;&lt;del&gt;LU-14188&lt;/del&gt;&lt;/a&gt; osd: remove not used iam_container lock&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4afdbf9dfd3b33510bf9f1d8a74c8655de5b086e&lt;/p&gt;</comment>
                            <comment id="319540" author="pjones" created="Tue, 30 Nov 2021 13:49:13 +0000"  >&lt;p&gt;Landed for 2.15&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="55574">LU-12265</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="55574">LU-12265</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|i01ghr:</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>
                                                                                            <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>