<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:58:08 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-6201] remove duplicate fiemap code/defines</title>
                <link>https://jira.whamcloud.com/browse/LU-6201</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;To remove duplication with newer kernels, including upstream clients, we should remove as much duplication in the fiemap code as possible.  It was added in Lustre before it existed in the upstream kernel, and still has some differences that are not landed upstream, so some care is needed.&lt;/p&gt;

&lt;p&gt;Most of ll_fiemap.h could be removed:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;replace &lt;tt&gt;struct ll_user_fiemap&lt;/tt&gt; with &lt;tt&gt;struct fiemap&lt;/tt&gt; in all code (this is already done via #define in ll_fiemap.h)&lt;/li&gt;
	&lt;li&gt;replace &lt;tt&gt;struct ll_fiemap_extent&lt;/tt&gt; with &lt;tt&gt;struct fiemap_extent&lt;/tt&gt; in all code&lt;/li&gt;
	&lt;li&gt;continue to &lt;tt&gt;#define fe_device fe_reserved&lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt;&lt;/tt&gt; unless we can get the field assignments changed in upstream&lt;/li&gt;
	&lt;li&gt;remove &lt;tt&gt;FIEMAP_EXTENT_*&lt;/tt&gt; constants, except &lt;tt&gt;FIEMAP_EXTENT_NET&lt;/tt&gt; and &lt;tt&gt;FIEMAP_EXTENT_NO_DIRECT&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;remove &lt;tt&gt;FIEMAP_FLAG_*&lt;/tt&gt; except &lt;tt&gt;FIEMAP_EXTENT_DEVICE_ORDER&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="28519">LU-6201</key>
            <summary>remove duplicate fiemap code/defines</summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="21129">LU-4011</parent>
                                    <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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 3 Feb 2015 07:29:35 +0000</created>
                <updated>Wed, 8 Feb 2017 16:32:04 +0000</updated>
                            <resolved>Thu, 28 May 2015 21:08:05 +0000</resolved>
                                                    <fixVersion>Lustre 2.8.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="105488" author="gerrit" created="Tue, 3 Feb 2015 10:42:26 +0000"  >&lt;p&gt;Bobi Jam (bobijam@hotmail.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/13608&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13608&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6201&quot; title=&quot;remove duplicate fiemap code/defines&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6201&quot;&gt;&lt;del&gt;LU-6201&lt;/del&gt;&lt;/a&gt; llite: remove duplicate fiemap defines&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fb0b4029b004354209d1f6c9cc3d80518917b668&lt;/p&gt;</comment>
                            <comment id="116746" author="gerrit" created="Thu, 28 May 2015 20:31:29 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;http://review.whamcloud.com/13608/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/13608/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6201&quot; title=&quot;remove duplicate fiemap code/defines&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6201&quot;&gt;&lt;del&gt;LU-6201&lt;/del&gt;&lt;/a&gt; llite: remove duplicate fiemap defines&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c65a2c2a41f4fb9b91f25d4ac073364258691d1b&lt;/p&gt;</comment>
                            <comment id="116755" author="pjones" created="Thu, 28 May 2015 21:08:05 +0000"  >&lt;p&gt;Landed for 2.8&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="27930">LU-6030</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="37518">LU-8256</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|hzx5hj:</customfieldvalue>

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