<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:51:32 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-5443] Remove references to defined constant HZ</title>
                <link>https://jira.whamcloud.com/browse/LU-5443</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Replace the direct HZ access in Lustre codes with Linux kernel APIs:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;jiffies_to_msecs()
jiffies_to_usecs()
jiffies_to_timespec()
msecs_to_jiffies()
usecs_to_jiffies()
timespec_to_jiffies()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="25847">LU-5443</key>
            <summary>Remove references to defined constant HZ</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="yujian">Jian Yu</assignee>
                                    <reporter username="yujian">Jian Yu</reporter>
                        <labels>
                    </labels>
                <created>Fri, 1 Aug 2014 16:47:56 +0000</created>
                <updated>Thu, 11 Dec 2014 15:34:03 +0000</updated>
                            <resolved>Tue, 9 Dec 2014 23:00:55 +0000</resolved>
                                    <version>Lustre 2.7.0</version>
                                    <fixVersion>Lustre 2.7.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="90645" author="yujian" created="Fri, 1 Aug 2014 16:56:03 +0000"  >&lt;p&gt;Here is the patch to replace direct HZ access in lnet module: &lt;a href=&quot;http://review.whamcloud.com/11303&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11303&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="94493" author="yujian" created="Fri, 19 Sep 2014 06:32:49 +0000"  >&lt;p&gt;Here is the patch to replace direct HZ access in libcfs module: &lt;a href=&quot;http://review.whamcloud.com/11993&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11993&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="94938" author="yujian" created="Thu, 25 Sep 2014 05:56:46 +0000"  >&lt;p&gt;Here is the patch to replace direct HZ access in lustre modules: &lt;a href=&quot;http://review.whamcloud.com/12052&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12052&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="99542" author="gerrit" created="Wed, 19 Nov 2014 02:45:34 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/12779&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12779&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5443&quot; title=&quot;Remove references to defined constant HZ&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5443&quot;&gt;&lt;del&gt;LU-5443&lt;/del&gt;&lt;/a&gt; ldiskfs: replace direct HZ access with kernel APIs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 73a2f3765e2ec1e9ea91a297caa7d9fc9a61cf16&lt;/p&gt;</comment>
                            <comment id="99543" author="yujian" created="Wed, 19 Nov 2014 02:50:44 +0000"  >&lt;p&gt;I just found that the ext4-mmp.patch in ldiskfs directory also used HZ directly.&lt;br/&gt;
Here is the patch to replace direct HZ access in ldiskfs module: &lt;a href=&quot;http://review.whamcloud.com/12779&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12779&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After all of the above 4 patches are landed, there will be no direct HZ access in Lustre codes.&lt;/p&gt;</comment>
                            <comment id="99794" author="gerrit" created="Fri, 21 Nov 2014 20:13:34 +0000"  >&lt;p&gt;Jian Yu (jian.yu@intel.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/12813&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12813&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5443&quot; title=&quot;Remove references to defined constant HZ&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5443&quot;&gt;&lt;del&gt;LU-5443&lt;/del&gt;&lt;/a&gt; lnet: replace direct HZ access with kernel APIs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_5&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: bde2c055bdbe1a4702dd1129153d40061eae5cb4&lt;/p&gt;</comment>
                            <comment id="101053" author="gerrit" created="Tue, 9 Dec 2014 08:10:22 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/12779/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/12779/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5443&quot; title=&quot;Remove references to defined constant HZ&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5443&quot;&gt;&lt;del&gt;LU-5443&lt;/del&gt;&lt;/a&gt; ldiskfs: replace direct HZ access with kernel APIs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: ad06e5506388a02ee388fe47bbf8e8bc048d705e&lt;/p&gt;</comment>
                            <comment id="101054" author="gerrit" created="Tue, 9 Dec 2014 08:10:32 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/11993/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/11993/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-5443&quot; title=&quot;Remove references to defined constant HZ&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-5443&quot;&gt;&lt;del&gt;LU-5443&lt;/del&gt;&lt;/a&gt; libcfs: replace direct HZ access with kernel APIs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3af952524b8de40537f7630fb600a73db3626bd7&lt;/p&gt;</comment>
                            <comment id="101154" author="simmonsja" created="Tue, 9 Dec 2014 22:23:22 +0000"  >&lt;p&gt;All patches have landed to master.&lt;/p&gt;</comment>
                            <comment id="101158" author="pjones" created="Tue, 9 Dec 2014 23:00:55 +0000"  >&lt;p&gt;Yes - landed for 2.7 - thanks&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </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|hzwstz:</customfieldvalue>

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