<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:12:59 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-7912] Stale comment in osc_page_transfer_add</title>
                <link>https://jira.whamcloud.com/browse/LU-7912</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Ever since second patch in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3321&quot; title=&quot;2.x single thread/process throughput degraded from 1.8&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3321&quot;&gt;&lt;del&gt;LU-3321&lt;/del&gt;&lt;/a&gt; the comment became untrue, and then ops_inflight became deleted too making it even more out of date.&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;&lt;span class=&quot;code-keyword&quot;&gt;static&lt;/span&gt; void osc_page_transfer_add(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; struct lu_env *env,
                                  struct osc_page *opg, &lt;span class=&quot;code-keyword&quot;&gt;enum&lt;/span&gt; cl_req_type crt)
{
        struct osc_object *obj = cl2osc(opg-&amp;gt;ops_cl.cpl_obj);

        /* ops_lru and ops_inflight share the same field, so take it from LRU
         * first and then use it as inflight. */
        osc_lru_use(osc_cli(obj), opg);
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="35571">LU-7912</key>
            <summary>Stale comment in osc_page_transfer_add</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="green">Oleg Drokin</assignee>
                                    <reporter username="green">Oleg Drokin</reporter>
                        <labels>
                    </labels>
                <created>Thu, 24 Mar 2016 00:19:33 +0000</created>
                <updated>Mon, 25 Nov 2019 16:32:02 +0000</updated>
                            <resolved>Mon, 25 Nov 2019 16:32:02 +0000</resolved>
                                                    <fixVersion>Lustre 2.13.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="146728" author="gerrit" created="Thu, 24 Mar 2016 00:21:01 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/19115&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19115&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7912&quot; title=&quot;Stale comment in osc_page_transfer_add&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7912&quot;&gt;&lt;del&gt;LU-7912&lt;/del&gt;&lt;/a&gt; osc: Remove stale comment in osc_page_transfer_add&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: d785d0cd4bf0a0645ecfeb592fd520b5f1176bb9&lt;/p&gt;</comment>
                            <comment id="146742" author="green" created="Thu, 24 Mar 2016 04:06:26 +0000"  >&lt;p&gt;it should also be noted that we have a bunch of comments referencing ll_cl_init(), but ll_cl_init() itself is long gone.&lt;/p&gt;</comment>
                            <comment id="146744" author="green" created="Thu, 24 Mar 2016 05:09:24 +0000"  >&lt;p&gt;Also in CL_PAGE_INVOID_REVERSE macro there&apos;s &quot;/* get to the bottom page. */&quot; comment that makes no sense anymore&lt;br/&gt;
the part of code it was related to was removed in commit 18834a5554f2a5a8615f259be48bb2df9101b5a2&lt;/p&gt;</comment>
                            <comment id="146745" author="green" created="Thu, 24 Mar 2016 05:36:06 +0000"  >&lt;p&gt;cl_page_top() is declared, but the body is long gone, so should be removed too.&lt;/p&gt;</comment>
                            <comment id="147002" author="green" created="Sat, 26 Mar 2016 22:05:28 +0000"  >&lt;p&gt;cl_locks_prune is also long gone after simplification, but is still referenced in cl_locks_prunelustre/osc/osc_cl_internal.h&lt;/p&gt;</comment>
                            <comment id="147003" author="green" created="Sat, 26 Mar 2016 22:09:27 +0000"  >&lt;p&gt;cl_io_cancel is no longer used and should be removed&lt;/p&gt;</comment>
                            <comment id="251271" author="gerrit" created="Fri, 12 Jul 2019 17:27:23 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/19115/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/19115/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-7912&quot; title=&quot;Stale comment in osc_page_transfer_add&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-7912&quot;&gt;&lt;del&gt;LU-7912&lt;/del&gt;&lt;/a&gt; osc: Remove stale comment in osc_page_transfer_add&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4a183613a6aa4c1cd4e6c8fc4c35945a640bda9f&lt;/p&gt;</comment>
                            <comment id="258781" author="jgmitter" created="Mon, 25 Nov 2019 16:32:02 +0000"  >&lt;p&gt;Patch has landed for 2.13.0&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="18906">LU-3321</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|hzy5j3:</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>