<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:24: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-9223] Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS</title>
                <link>https://jira.whamcloud.com/browse/LU-9223</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;While building Master(also seen on Lustre 2.9) there was an error building regarding &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;#define XATTR_NAME_POSIX_ACL_ACCESS XATTR_SYSTEM_PREFIX XATTR_POSIX_ACL_ACCESS 
^In file included from /var/lib/dkms/lustre/2.9.0/build/lustre/include/lvfs.h:45:0, 
                        from /var/lib/dkms/lustre/2.9.0/build/lustre/include/obd.h:51,                 
                        from /var/lib/dkms/lustre/2.9.0/build/lustre/osd-zfs/osd_handler.c:46:/var/lib/dkms/lustre/2.9.0/build/lustre/include/lustre_compat.h:257:0: 
note: this is the location of the previous definition # define XATTR_NAME_POSIX_ACL_ACCESS POSIX_ACL_XATTR_ACCESS
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 

&lt;p&gt;Adding #include &amp;lt;linux/xattr.h&amp;gt; to lustre_compat.h fixed the issues.  &lt;/p&gt;</description>
                <environment>CentOS 7 base OS.  Linux 4.4.54-1.el7; ZFS  0.6.5.7</environment>
        <key id="44831">LU-9223</key>
            <summary>Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS</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="dmiter">Dmitry Eremin</assignee>
                                    <reporter username="keith">Keith Mannthey</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Mar 2017 23:54:43 +0000</created>
                <updated>Sun, 26 Mar 2017 13:45:19 +0000</updated>
                            <resolved>Sun, 26 Mar 2017 13:45:19 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.10.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="188839" author="gerrit" created="Sat, 18 Mar 2017 00:34:13 +0000"  >&lt;p&gt;Keith Mannthey (keith.mannthey@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26076&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26076&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9223&quot; title=&quot;Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9223&quot;&gt;&lt;del&gt;LU-9223&lt;/del&gt;&lt;/a&gt;: Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 2b0829ec6572cec8e4b3f4ac3634ecda9e22c0f7&lt;/p&gt;</comment>
                            <comment id="188841" author="keith" created="Sat, 18 Mar 2017 00:36:26 +0000"  >&lt;p&gt;&lt;a href=&quot;https://review.whamcloud.com/26076&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26076&lt;/a&gt;  added to track a basic patch. &lt;/p&gt;</comment>
                            <comment id="188992" author="jgmitter" created="Mon, 20 Mar 2017 17:38:25 +0000"  >&lt;p&gt;Hi Dmitry,&lt;/p&gt;

&lt;p&gt;Do you already have this patch in the works?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;br/&gt;
Joe&lt;/p&gt;</comment>
                            <comment id="189000" author="dmiter" created="Mon, 20 Mar 2017 17:49:16 +0000"  >&lt;p&gt;No, this is different issue. My patches are for client code.&lt;/p&gt;</comment>
                            <comment id="189681" author="gerrit" created="Sun, 26 Mar 2017 06:51:22 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26076/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26076/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9223&quot; title=&quot;Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9223&quot;&gt;&lt;del&gt;LU-9223&lt;/del&gt;&lt;/a&gt;: Server on Linux 4.4: XATTR_NAME_POSIX_ACL_ACCESS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 8961816b87b626319f273874948b37edcba7a542&lt;/p&gt;</comment>
                            <comment id="189698" author="pjones" created="Sun, 26 Mar 2017 13:45:19 +0000"  >&lt;p&gt;Landed for 2.10&lt;/p&gt;</comment>
                    </comments>
                    <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|hzz7kn:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>