<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:28:19 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-2800] build: clean out old autoconf options</title>
                <link>https://jira.whamcloud.com/browse/LU-2800</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;It currently takes longer to run configure on the Lustre source than it does to build it. There are a ton of configure tests that can be removed in light of the support matrix for 2.4+&lt;/p&gt;</description>
                <environment></environment>
        <key id="17539">LU-2800</key>
            <summary>build: clean out old autoconf options</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="bogl">Bob Glossman</assignee>
                                    <reporter username="jeffm">Jeff Mahoney</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Wed, 13 Feb 2013 00:37:54 +0000</created>
                <updated>Tue, 17 Dec 2013 06:00:16 +0000</updated>
                            <resolved>Mon, 2 Dec 2013 13:47:41 +0000</resolved>
                                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.4.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>12</watches>
                                                                            <comments>
                            <comment id="52253" author="bzzz" created="Wed, 13 Feb 2013 02:34:54 +0000"  >&lt;p&gt;Oleg mentioned that configure can be built with caching support so that many tests can use results of the previous configure runs.&lt;/p&gt;</comment>
                            <comment id="52254" author="jeffm" created="Wed, 13 Feb 2013 02:38:34 +0000"  >&lt;p&gt;There&apos;s not a ton of duplication in the testing and it already does some caching.&lt;/p&gt;

&lt;p&gt;I have a patchset that removes all of the obsolete ones. I&apos;m just cleaning it up to pass the pre-commit checks for Gerrit.&lt;/p&gt;</comment>
                            <comment id="52256" author="jeffm" created="Wed, 13 Feb 2013 02:48:12 +0000"  >&lt;p&gt;(Edited long list of commits)&lt;/p&gt;

&lt;p&gt;This method makes it much more difficult to review patch series. I&apos;ll group all of the ones that only remove code together and refactor.&lt;/p&gt;</comment>
                            <comment id="52273" author="prakash" created="Wed, 13 Feb 2013 11:15:16 +0000"  >&lt;p&gt;Improving configure time is much appreciated. Thanks for looking into this, Jeff.&lt;/p&gt;</comment>
                            <comment id="52461" author="jeffm" created="Fri, 15 Feb 2013 13:46:57 +0000"  >&lt;p&gt;Is there any way to get the config.log out of Jenkins? &lt;a href=&quot;http://review.whamcloud.com/5371&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5371&lt;/a&gt; works fine for me locally with both SLES and RHEL but is failing there.&lt;/p&gt;</comment>
                            <comment id="52833" author="jeffm" created="Thu, 21 Feb 2013 15:04:28 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/5505&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5505&lt;/a&gt; contains 53 of the test removal commits in one. Outside of modifying another test when removing a dependency, there is only code removal.&lt;/p&gt;</comment>
                            <comment id="52885" author="jeffm" created="Fri, 22 Feb 2013 12:46:46 +0000"  >&lt;p&gt;Ok, I added some debugging output to 5371 so that it dumps find $LINUX/include $LINUX/fs as well as the config.log, so I can see what&apos;s going on.&lt;/p&gt;

&lt;p&gt;The 64-bit quota stuff wants fs/quota/quotaio_v2.h, but it looks like the build environment only provides actual files other than Makefile and Kconfig under fs/ext3 and fs/ext4.&lt;/p&gt;

&lt;p&gt;I can see the needed files in my own RHEL6 kernel tree, but not in the Jenkins environment. What creates that? Can it be modified to provide those files as well? &lt;a href=&quot;http://build.whamcloud.com/job/lustre-reviews/13535/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-reviews/13535/&lt;/a&gt; contains the debugging output for reference.&lt;/p&gt;</comment>
                            <comment id="53026" author="pjones" created="Tue, 26 Feb 2013 04:20:16 +0000"  >&lt;p&gt;Bob&lt;/p&gt;

&lt;p&gt;Could you please keep an eye on this one?&lt;/p&gt;

&lt;p&gt;thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="53138" author="bogl" created="Wed, 27 Feb 2013 19:56:03 +0000"  >&lt;p&gt;Jeff,  Am I correct in thinking the myriad of previous autoconf patches are now combined into &lt;a href=&quot;http://review.whamcloud.com/#change,5546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,5546&lt;/a&gt; and &lt;a href=&quot;http://review.whamcloud.com/#change,5505&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,5505&lt;/a&gt; making all the earlier ones obsolete?&lt;/p&gt;</comment>
                            <comment id="53139" author="jeffm" created="Wed, 27 Feb 2013 20:30:53 +0000"  >&lt;p&gt;No. I combined all the ones that only removed code. I marked the ones that I merged into 5505 as abandoned already. There are still a bunch more that do either slight or more involved modifications.&lt;/p&gt;</comment>
                            <comment id="53269" author="mdiep" created="Mon, 4 Mar 2013 11:58:33 +0000"  >&lt;p&gt;Hi Jeff,&lt;/p&gt;

&lt;p&gt;Did you try to compare the time it saved after the clean up?&lt;/p&gt;</comment>
                            <comment id="55181" author="alexxy" created="Mon, 1 Apr 2013 14:26:34 +0000"  >&lt;p&gt;Is there list of updated patches?&lt;/p&gt;</comment>
                            <comment id="55182" author="bogl" created="Mon, 1 Apr 2013 14:39:00 +0000"  >&lt;p&gt;Alexey, Not sure I understand the question.  Can you just look at the git history on ldiskfs/kernel_patches or lustre/kernel_patches and find what you want to know?&lt;/p&gt;</comment>
                            <comment id="55183" author="jeffm" created="Mon, 1 Apr 2013 14:46:56 +0000"  >&lt;p&gt;If you mean has it been refreshed, I have a refreshed version I can push. I&apos;ve been holding off since Chris was talking about &quot;false positives&quot; but he hasn&apos;t commented since.&lt;/p&gt;</comment>
                            <comment id="61640" author="simmonsja" created="Tue, 2 Jul 2013 14:45:17 +0000"  >&lt;p&gt;Finish the first round of the painful resynchronizing of the patches. All the patch for this ticket we be viewed with&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/q/status:open+message:LU-2800,n,z&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/q/status:open+message:LU-2800,n,z&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please be aware all patches are against master so if you attempted to apply them all some patches will collide. Having dependencies between patches delays the landing process and we don&apos;t know which patches will be merged first.&lt;/p&gt;</comment>
                            <comment id="61667" author="prakash" created="Tue, 2 Jul 2013 16:59:36 +0000"  >&lt;p&gt;Because of the &quot;painful resynchronizing&quot; process, it would be great if these can get some attention from Oleg before they become stale again. I&apos;d hate to see cleanup like this die due to lack of attention.&lt;/p&gt;</comment>
                            <comment id="61784" author="simmonsja" created="Wed, 3 Jul 2013 19:25:07 +0000"  >&lt;p&gt;Luckily most of the smaller patches will not collide often with other non &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-2800&quot; title=&quot;build: clean out old autoconf options&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-2800&quot;&gt;&lt;del&gt;LU-2800&lt;/del&gt;&lt;/a&gt; patches. The the big is &lt;a href=&quot;http://review.whamcloud.com/#/c/5505&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5505&lt;/a&gt; which can easily end up in the rebase treadmill.&lt;/p&gt;</comment>
                            <comment id="62209" author="simmonsja" created="Fri, 12 Jul 2013 17:41:49 +0000"  >&lt;p&gt;The follow matches make the next series to merge. They will not conflict with master as it stands or each other.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5336&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5336&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5340&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5340&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5343&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5343&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5345&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5345&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5353&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5353&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5384&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5384&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5393&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5393&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5411&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5411&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="62808" author="simmonsja" created="Tue, 23 Jul 2013 14:06:29 +0000"  >&lt;p&gt;The follow patches are the next series to merge. They will not conflict with master or each other. Please review if you haven&apos;t already.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5338&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5338&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5340&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5340&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5359&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5359&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5369&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5411&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5411&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="64829" author="simmonsja" created="Thu, 22 Aug 2013 12:20:53 +0000"  >&lt;p&gt;New series ready to merge. They will not conflict with master or each other. Please review if you haven&apos;t already.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5340&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5340&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5348&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5348&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5360&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5360&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5411&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5411&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="65743" author="simmonsja" created="Wed, 4 Sep 2013 16:09:04 +0000"  >&lt;p&gt;Next series is ready. They will not conflict with current master or each other.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5339&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5339&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5411&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5411&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5367&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5367&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5403&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5403&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The following patches are dependent on the above and have to be applied in the specific order below.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5370&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5370&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5374&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5406&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5406&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Besides these only a few more patches will be needed after these land. The reason for not posting those patches is that they conflict with multiple patches above.&lt;/p&gt;
</comment>
                            <comment id="66855" author="simmonsja" created="Tue, 17 Sep 2013 18:16:33 +0000"  >&lt;p&gt;If you have not done so please review the patches below. All of them are ready to be merged. Thank you.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5339&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5339&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5411&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5411&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5367&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5367&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5403&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5403&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5370&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5370&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5374&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5406&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5406&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="69907" author="simmonsja" created="Fri, 25 Oct 2013 13:50:35 +0000"  >&lt;p&gt;The patches ready for inspection are:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5374&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5374&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5406&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5406&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5371&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5371&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5546&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="71523" author="simmonsja" created="Thu, 14 Nov 2013 13:43:23 +0000"  >&lt;p&gt;We are down to the last few patches. They are:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5347&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5347&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5383&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5383&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/5546&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5546&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#/c/8102&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/8102&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5380&lt;/a&gt;  - depends on patch &lt;a href=&quot;http://review.whamcloud.com/#/c/7135&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7135&lt;/a&gt; for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3319&quot; title=&quot;Adapt to 3.10 upstream kernel proc_dir_entry change&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3319&quot;&gt;&lt;del&gt;LU-3319&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="71949" author="simmonsja" created="Wed, 20 Nov 2013 12:49:07 +0000"  >&lt;p&gt;Only three patches to go. Please review the following patches.&lt;/p&gt;

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

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#/c/5380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/5380&lt;/a&gt;  - depends on patch &lt;a href=&quot;http://review.whamcloud.com/#/c/7135&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#/c/7135&lt;/a&gt;  from &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3319&quot; title=&quot;Adapt to 3.10 upstream kernel proc_dir_entry change&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3319&quot;&gt;&lt;del&gt;LU-3319&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="72578" author="simmonsja" created="Mon, 2 Dec 2013 13:07:23 +0000"  >&lt;p&gt;All patches have been landed to master. This ticket can be closed.&lt;/p&gt;</comment>
                            <comment id="72581" author="pjones" created="Mon, 2 Dec 2013 13:47:41 +0000"  >&lt;p&gt;Fixed in 2.6&lt;/p&gt;</comment>
                            <comment id="73651" author="yujian" created="Tue, 17 Dec 2013 06:00:16 +0000"  >&lt;p&gt;Patch &lt;a href=&quot;http://review.whamcloud.com/8581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/8581&lt;/a&gt; landed on Lustre b2_4 branch for 2.4.2.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="18180">LU-3080</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|hzvj0v:</customfieldvalue>

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