<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:03:36 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-84] Allow building with quota support against kernel devel headers </title>
                <link>https://jira.whamcloud.com/browse/LU-84</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The configure script now treats 64-bit quota limits as mandatory.  In 1.8, this check continued with limited quota support if the check failed.   For CHAOS systems we build Lustre against the kernel development headers, not full kernel source.  Therefore the 64-bit quota limits check is guaranteed to fail&lt;br/&gt;
for us because the test relies on private kernel headers in linux/fs/quota.  Although the RHEL6 and CHAOS kernels contain the 64-bit quota limits patch, it unfortunately does not export any symbols or expose any public headers we can use to detect it in an autoconf test.  A possible workaround for this is to add a configure option, say --enable-64bit-quota, that can be used to bypass the test if one is certain that the required kernel support is in place.  This would also require a new compatibility header to provide the needed definitions.  I will push an implementation of this up to Gerrit for insepction.&lt;/p&gt;</description>
                <environment>Chaos 4.4</environment>
        <key id="10362">LU-84</key>
            <summary>Allow building with quota support against kernel devel headers </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="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="nedbass">Ned Bass</reporter>
                        <labels>
                    </labels>
                <created>Fri, 11 Feb 2011 12:02:28 +0000</created>
                <updated>Mon, 4 Apr 2011 06:31:14 +0000</updated>
                            <resolved>Mon, 4 Apr 2011 06:31:14 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="10618" author="nedbass" created="Fri, 11 Feb 2011 12:37:55 +0000"  >&lt;p&gt;See &lt;a href=&quot;http://review.whamcloud.com/231&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/231&lt;/a&gt; (obsolete)&lt;/p&gt;

&lt;p&gt;check &lt;a href=&quot;http://review.whamcloud.com/295&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/295&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="10620" author="adilger" created="Fri, 11 Feb 2011 12:50:36 +0000"  >&lt;p&gt;How is it possible to build Lustre servers against the development headers instead of the full kernel source?  The ldiskfs code depends on access to fs/ext4 in order to be built.&lt;/p&gt;

&lt;p&gt;If this is for the client, then the quota headers should not be necessary at all.&lt;/p&gt;</comment>
                            <comment id="10621" author="nedbass" created="Fri, 11 Feb 2011 13:24:31 +0000"  >&lt;p&gt;We build ldiskfs in the CHAOS kernel and use the --with-ldiskfs-inkernel configure option.&lt;/p&gt;</comment>
                            <comment id="10622" author="morrone" created="Fri, 11 Feb 2011 13:26:07 +0000"  >&lt;p&gt;Andreas, LLNL has been building ldiskfs as part of the kernel for years.  (Not that I am entirely fond of that solution...)  With --with-ldiskfsinkernel (or whatever it is), the fs/ext4 kernel source is not necessary.&lt;/p&gt;</comment>
                            <comment id="10634" author="pjones" created="Mon, 14 Feb 2011 05:53:19 +0000"  >&lt;p&gt;Bobijam&lt;/p&gt;

&lt;p&gt;I suggest that you discuss this issue with Johann when he joins us this week&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="10687" author="bobijam" created="Fri, 18 Feb 2011 02:49:45 +0000"  >&lt;p&gt;Copy review comment from Johann:&lt;/p&gt;

&lt;p&gt;Thanks for the patch Ned.&lt;/p&gt;

&lt;p&gt;Actually, the quota patch we pushed upstream through Jan Kara introduces QFMT_VFS_V1 in include/linux/quota.h. This was needed because OCFS2 quota required a special identifier (i.e. QFMT_OCFS2). To detect 64-bit quota support, i think we should just check for QFMT_VFS_V1 in include/linux/quota.h.&lt;/p&gt;

&lt;p&gt;The good news is that RHEL6 uses the same upstream patch, so QFMT_VFS_V1 is present in include/linux/quota.h. The only problem is our old version of the RHEL5 patch which needs to be realigned with what was pushed upstream.&lt;/p&gt;

&lt;p&gt;We still have a compile problem since the v2_disk_dqinfo &amp;amp; v2_disk_dqheader structs are &lt;b&gt;unfortunately&lt;/b&gt; used by fsfilt (that&apos;s because lustre creates the quota files on disk by itself, which is really wrong IMO, but that&apos;s another topic). Copying those 2 structs to the lustre source as done in this patch is ok as a short-term workaround IMO, until we fix the real problem.&lt;/p&gt;</comment>
                            <comment id="10724" author="nedbass" created="Wed, 23 Feb 2011 11:39:24 +0000"  >
&lt;p&gt;On Fri, Feb 18, 2011 at 02:44:34AM -0800, Johann Lombardi (Code Review) wrote:&lt;br/&gt;
&amp;gt; Actually, the quota patch we pushed upstream through Jan Kara introduces&lt;br/&gt;
&amp;gt; QFMT_VFS_V1 in include/linux/quota.h. This was needed because OCFS2 quota&lt;br/&gt;
&amp;gt; required a special identifier (i.e. QFMT_OCFS2). To detect 64-bit quota&lt;br/&gt;
&amp;gt; support, i think we should just check for QFMT_VFS_V1 in&lt;br/&gt;
&amp;gt; include/linux/quota.h.&lt;/p&gt;

&lt;p&gt;Oops, I missed that somehow.&lt;/p&gt;

&lt;p&gt;&amp;gt; The good news is that RHEL6 uses the same upstream patch, so QFMT_VFS_V1 is&lt;br/&gt;
&amp;gt; present in include/linux/quota.h. The only problem is our old version of the&lt;br/&gt;
&amp;gt; RHEL5 patch which needs to be realigned with what was pushed upstream.&lt;/p&gt;

&lt;p&gt;I&apos;ll work on an updated patch that performs the old test if we can find&lt;br/&gt;
quotaio_v*.h, and otherwise checks for QFMT_VFS_V1 in include/linux/quota.h.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Ned&lt;/p&gt;</comment>
                            <comment id="10853" author="nedbass" created="Thu, 3 Mar 2011 14:57:44 +0000"  >&lt;p&gt;New version submitted to address Johann&apos;s comments:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/295&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/295&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="10854" author="hudson" created="Thu, 3 Mar 2011 15:06:24 +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/reviews-centos5/380/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #380&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Ned Bass : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=f68ef518bc5022589abef729b0f7984c963c5607&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f68ef518bc5022589abef729b0f7984c963c5607&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11025" author="hudson" created="Fri, 11 Mar 2011 12:30:30 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-rhel6/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Brian J. Murrell : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=86cc82b3abf5269be858e33e91eb06ee49324d41&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;86cc82b3abf5269be858e33e91eb06ee49324d41&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11150" author="hudson" created="Wed, 16 Mar 2011 11:02:36 +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/reviews-centos5/475/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #475&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Brian J. Murrell : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=9c511c3b609fbe376bae3051e32de9170497081e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9c511c3b609fbe376bae3051e32de9170497081e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11157" author="hudson" created="Wed, 16 Mar 2011 12:19:31 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-rhel6/35/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #35&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Brian J. Murrell : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=9c511c3b609fbe376bae3051e32de9170497081e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9c511c3b609fbe376bae3051e32de9170497081e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11165" author="hudson" created="Wed, 16 Mar 2011 13:10:55 +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/reviews-centos5/485/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #485&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Brian J. Murrell : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=9c511c3b609fbe376bae3051e32de9170497081e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9c511c3b609fbe376bae3051e32de9170497081e&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11211" author="hudson" created="Fri, 18 Mar 2011 10:05: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-rhel6/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Bobi Jam : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=2e42217fb7f3501847ce759a3b33ad62d6bb3918&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2e42217fb7f3501847ce759a3b33ad62d6bb3918&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11213" author="hudson" created="Fri, 18 Mar 2011 10:30:04 +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/reviews-centos5/504/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #504&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Bobi Jam : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=2e42217fb7f3501847ce759a3b33ad62d6bb3918&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;2e42217fb7f3501847ce759a3b33ad62d6bb3918&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11218" author="hudson" created="Fri, 18 Mar 2011 11:48:02 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-rhel6/45/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #45&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Bobi Jam : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=178ea9b28519a6f6fbe4b350a7f1d8fa2750a055&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;178ea9b28519a6f6fbe4b350a7f1d8fa2750a055&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11221" author="hudson" created="Fri, 18 Mar 2011 12:17:33 +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/reviews-centos5/508/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #508&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Bobi Jam : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=178ea9b28519a6f6fbe4b350a7f1d8fa2750a055&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;178ea9b28519a6f6fbe4b350a7f1d8fa2750a055&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11226" author="hudson" created="Fri, 18 Mar 2011 13:30:54 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/reviews-rhel6/49/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #49&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Brian J. Murrell : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=ac3c214e4e6f3100210b8e457d057590496938b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ac3c214e4e6f3100210b8e457d057590496938b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11230" author="hudson" created="Fri, 18 Mar 2011 13:58:03 +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/reviews-centos5/514/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #514&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Brian J. Murrell : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=ac3c214e4e6f3100210b8e457d057590496938b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ac3c214e4e6f3100210b8e457d057590496938b0&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/Makefile.am&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/quotaio_v2.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11397" author="hudson" created="Fri, 25 Mar 2011 13:25:19 +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/reviews-centos5/573/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #573&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Ned Bass : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=22d92bda573fb3f071d65c5ffc0a857612cfbbf1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;22d92bda573fb3f071d65c5ffc0a857612cfbbf1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11434" author="hudson" created="Mon, 28 Mar 2011 15:07:22 +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-centos5/172/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master-centos5 #172&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11730" author="hudson" created="Thu, 31 Mar 2011 23:26:58 +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/reviews-rhel6/57/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-rhel6 #57&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-dev.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11731" author="hudson" created="Thu, 31 Mar 2011 23:27:43 +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/reviews-centos5/632/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #632&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11732" author="hudson" created="Thu, 31 Mar 2011 23:27: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-reviews/./build_type=client,distro=ubuntu/48/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,ubuntu #48&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11733" author="hudson" created="Thu, 31 Mar 2011 23:28:34 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=client,distro=el5/48/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el5 #48&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11734" author="hudson" created="Thu, 31 Mar 2011 23:29:56 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el5/48/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el5 #48&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11736" author="hudson" created="Thu, 31 Mar 2011 23:35:40 +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-reviews/./build_type=client,distro=el6/48/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; client,el6 #48&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11738" author="hudson" created="Thu, 31 Mar 2011 23:52:14 +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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/./build_type=server,distro=el6/48/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-reviews &#187; server,el6 #48&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-84&quot; title=&quot;Allow building with quota support against kernel devel headers &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-84&quot;&gt;&lt;del&gt;LU-84&lt;/del&gt;&lt;/a&gt; Allow building against kernel devel headers with quotas&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=560ade217a6de8960792b776ea0417e38c41192f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;560ade217a6de8960792b776ea0417e38c41192f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12031" author="pjones" created="Mon, 4 Apr 2011 06:31:14 +0000"  >&lt;p&gt;This appears to have been landed to master. Please reopen if any further work is required.&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|hzv9lj:</customfieldvalue>

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