<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:58 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-533] lustre_types.h is missing, and replacement posix-types.h not included in user-space</title>
                <link>https://jira.whamcloud.com/browse/LU-533</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The lustre_types.h header that was in 1.8 is not present on master.  This means that any one including lustre/lustre_user.h in their user-space code is going to hit a compiler error.&lt;/p&gt;

&lt;p&gt;Mining the git logs, it looks like&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;lustre/include/linux/lustre_types.h
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;from 1.8 was replaced in 2.0 by&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;libcfs/include/libcfs/posix/posix-types.h
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;as part of libcfs cleanup patches.  However, posix-types.h is neither installed as part of lustre, nor included in the user-space header files.&lt;/p&gt;

&lt;p&gt;I would think that posix-types.h needs to be installed under /usr/include/lustre and then conditionally included (!KERNEL) by lustre_user.h and any other headers that need it.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11395">LU-533</key>
            <summary>lustre_types.h is missing, and replacement posix-types.h not included in user-space</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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Mon, 25 Jul 2011 20:15:38 +0000</created>
                <updated>Fri, 2 May 2014 18:25:17 +0000</updated>
                            <resolved>Mon, 15 Aug 2011 18:23:37 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="18200" author="pjones" created="Mon, 25 Jul 2011 22:22:39 +0000"  >&lt;p&gt;Bobi&lt;/p&gt;

&lt;p&gt;Could you please look into this one?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="18204" author="morrone" created="Mon, 25 Jul 2011 22:40:50 +0000"  >&lt;p&gt;Potential fix is here:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/1138&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1138&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Needs testing though.&lt;/p&gt;</comment>
                            <comment id="18277" author="morrone" created="Tue, 26 Jul 2011 17:49:12 +0000"  >&lt;p&gt;Updated patch at &lt;a href=&quot;http://review.whamcloud.com/1138&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1138&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="18295" author="bobijam" created="Tue, 26 Jul 2011 20:54:22 +0000"  >&lt;p&gt;Hi Andreas,&lt;/p&gt;

&lt;p&gt;Should we put libcfs/include/* in the lustre rpm package and use &quot;#include &amp;lt;libcfs/libcfs.h&quot; in this case?&lt;/p&gt;</comment>
                            <comment id="18318" author="adilger" created="Wed, 27 Jul 2011 04:49:22 +0000"  >&lt;p&gt;No, there is too much internal stuff in libcfs/include/* to put all of it into the installed RPM package.  Since programs including lustre_user.h from userspace will only ever want the posix/posix_types.h header, I think it is safe to only include that one header.  We can re-examine using a generic libcfs/libcfs_types.h header if there are ever userspace arch issues that cause problems with using just posix_types.h.&lt;/p&gt;</comment>
                            <comment id="18797" author="morrone" created="Mon, 8 Aug 2011 08:38:30 +0000"  >&lt;p&gt;Fixed incorrect LU number in patch set three.  No code change.&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/1138&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1138&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="18930" author="hudson" created="Tue, 9 Aug 2011 10:51:25 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18932" author="hudson" created="Tue, 9 Aug 2011 10:56:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18934" author="hudson" created="Tue, 9 Aug 2011 10:56:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18936" author="hudson" created="Tue, 9 Aug 2011 10:59:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18938" author="hudson" created="Tue, 9 Aug 2011 11:01:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18940" author="hudson" created="Tue, 9 Aug 2011 11:03:37 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18942" author="hudson" created="Tue, 9 Aug 2011 11:03:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18944" author="hudson" created="Tue, 9 Aug 2011 11:04:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18946" author="hudson" created="Tue, 9 Aug 2011 11:04:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18948" author="hudson" created="Tue, 9 Aug 2011 11:04:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18950" author="hudson" created="Tue, 9 Aug 2011 11:10:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18952" author="hudson" created="Tue, 9 Aug 2011 11:13:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18954" author="hudson" created="Tue, 9 Aug 2011 11:28:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18956" author="hudson" created="Tue, 9 Aug 2011 11:29:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/247/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #247&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-533&quot; title=&quot;lustre_types.h is missing, and replacement posix-types.h not included in user-space&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-533&quot;&gt;&lt;del&gt;LU-533&lt;/del&gt;&lt;/a&gt; Include posix-types.h in headers and distribution&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=f8e7a89c87b9d668d29f9ec31246e369205cc196&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f8e7a89c87b9d668d29f9ec31246e369205cc196&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre/ll_fiemap.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre/lustre_user.h&lt;/li&gt;
	&lt;li&gt;lustre.spec.in&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/posix/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="19227" author="pjones" created="Mon, 15 Aug 2011 11:24:53 +0000"  >&lt;p&gt;Is any more work required here or can this ticket be marked as resolved?&lt;/p&gt;</comment>
                            <comment id="19233" author="morrone" created="Mon, 15 Aug 2011 14:29:53 +0000"  >&lt;p&gt;It can be marked resolved.&lt;/p&gt;</comment>
                            <comment id="19238" author="adilger" created="Mon, 15 Aug 2011 18:23:37 +0000"  >&lt;p&gt;Patch landed for 2.1.0 release.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="24507">LU-4986</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|hzv8l3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4925</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>