<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:05:07 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-239] Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint</title>
                <link>https://jira.whamcloud.com/browse/LU-239</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint. In particular, there is a small section in lustre/include/lprocfs_status.h that fails to compile with PGI.  This involves the use of a GCC extension in lprocfs_status.h for flexible arrays:    &lt;/p&gt;

&lt;p&gt;    161 struct lprocfs_percpu &lt;/p&gt;
{
    162         struct lprocfs_counter lp_cntr[0];
    163 }
&lt;p&gt;;&lt;/p&gt;

&lt;p&gt;In this particular case, the nature of the extension is that the flexible array is the sole member&lt;br/&gt;
of the structure.  So, one way to fix this is to make the structure ISO C99 compliant:    &lt;/p&gt;

&lt;p&gt;    161 struct lprocfs_percpu &lt;/p&gt;
{
    162         int                    lp_pad;
    163         struct lprocfs_counter lp_cntr[0];
    164 }
&lt;p&gt;;&lt;/p&gt;</description>
                <environment>ISO C99</environment>
        <key id="10648">LU-239</key>
            <summary>Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint</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="laisiyao">Lai Siyao</assignee>
                                    <reporter username="laisiyao">Lai Siyao</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Apr 2011 00:41:08 +0000</created>
                <updated>Mon, 13 Jun 2011 14:44:41 +0000</updated>
                            <resolved>Mon, 13 Jun 2011 14:44:41 +0000</resolved>
                                    <version>Lustre 2.0.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due>Fri, 6 May 2011 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="13948" author="hudson" created="Sun, 8 May 2011 20:22:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13951" author="hudson" created="Sun, 8 May 2011 20:25:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13954" author="hudson" created="Sun, 8 May 2011 20:27:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13957" author="hudson" created="Sun, 8 May 2011 20:40:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13960" author="hudson" created="Sun, 8 May 2011 20:41:36 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13963" author="hudson" created="Sun, 8 May 2011 20:42:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13966" author="hudson" created="Sun, 8 May 2011 20:44:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13969" author="hudson" created="Sun, 8 May 2011 20:45:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=ofa/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,ofa #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13973" author="hudson" created="Sun, 8 May 2011 20:54:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13976" author="hudson" created="Sun, 8 May 2011 20:59:29 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13979" author="hudson" created="Sun, 8 May 2011 21:01:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13982" author="hudson" created="Sun, 8 May 2011 21:17:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13985" author="hudson" created="Sun, 8 May 2011 21:21:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="13988" author="hudson" created="Sun, 8 May 2011 21:42:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/110/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #110&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-239&quot; title=&quot;Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-239&quot;&gt;&lt;del&gt;LU-239&lt;/del&gt;&lt;/a&gt; Lustre Header (include/lprocfs_status.h) is not ISO C99 complaint&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=8be13c069909b9ba741885aca963279ebb1cbdd8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8be13c069909b9ba741885aca963279ebb1cbdd8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lprocfs_status.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="16101" author="pjones" created="Mon, 13 Jun 2011 14:44:41 +0000"  >&lt;p&gt;Landed for 2.1&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23787.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>C99</label>
            <label>ISO</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv9c7:</customfieldvalue>

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