<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:27:18 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-2682] clean up direct _id and _seq access, use ost_id everywhere</title>
                <link>https://jira.whamcloud.com/browse/LU-2682</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are a number of cleanups that should be done for the ost_id members of various structures.&lt;/p&gt;

&lt;p&gt;Access/copying the individual _id and _seq fields should be replaced with the _oi field, and compatibility macros for accessing the individual fields should be removed.&lt;/p&gt;

&lt;p&gt;POID/DOID macros should be introduced to print out the _oi fields, similar to PFID/DFID is used for lu_fid fields.  Johann had a patch for doing some of this in &lt;a href=&quot;http://review.whamcloud.com/2004&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2004&lt;/a&gt; that needs to be refreshed and resubmitted.&lt;/p&gt;</description>
                <environment></environment>
        <key id="17313">LU-2682</key>
            <summary>clean up direct _id and _seq access, use ost_id everywhere</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="13443">LU-1185</parent>
                                    <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="di.wang">Di Wang</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 Jan 2013 18:35:31 +0000</created>
                <updated>Thu, 28 Mar 2013 15:03:27 +0000</updated>
                            <resolved>Thu, 28 Mar 2013 15:03:27 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="51284" author="adilger" created="Sun, 27 Jan 2013 01:34:43 +0000"  >&lt;p&gt;As part of this ost_id cleanup patch, please rename &lt;tt&gt;lsm_object_oid&lt;/tt&gt; to &lt;tt&gt;lsm_oi&lt;/tt&gt; or &lt;tt&gt;lsm_ostid&lt;/tt&gt;, if it hasn&apos;t been done through a refresh of &lt;a href=&quot;http://review.whamcloud.com/3081&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3081&lt;/a&gt;.  It would be good to use a similar field name &quot;&lt;b&gt;_oi&quot; or &quot;&lt;/b&gt;_ostid&quot; for other ost_id members in other structures as well.&lt;/p&gt;</comment>
                            <comment id="53348" author="adilger" created="Tue, 5 Mar 2013 13:29:46 +0000"  >&lt;p&gt;Di, I still see a lot of code like:&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;        oa-&amp;gt;o_id = lsm-&amp;gt;lsm_object_id;
        oa-&amp;gt;o_seq = lsm-&amp;gt;lsm_object_seq;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;that should be replaced with:&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;        oa-&amp;gt;o_oi = lsm-&amp;gt;lsm_object_oid;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;also, lsm_object_oid should be renamed lsm_oi or lsm_ostid so that it is not confused with f_oid.&lt;/p&gt;</comment>
                            <comment id="53398" author="di.wang" created="Tue, 5 Mar 2013 19:04:14 +0000"  >&lt;p&gt; &lt;a href=&quot;http://review.whamcloud.com/5601&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5601&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="55011" author="pjones" created="Thu, 28 Mar 2013 15:03:27 +0000"  >&lt;p&gt;Landed for 2.4&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="17315">LU-2684</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|hzvg6n:</customfieldvalue>

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