<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:06:59 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-433] remove jbd2-jcberr patch from kernel</title>
                <link>https://jira.whamcloud.com/browse/LU-433</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;In the upstream ext4 code there is a new functionality to allow a per-commit callback to be set&lt;br/&gt;
(j_commit_callback), which is used by the mballoc code to manage free space bitmaps after deleted&lt;br/&gt;
blocks have been released.  It should be fairly straight forward to allow the j_commit_callback and&lt;br/&gt;
t_private_list to be multiplexed, by creating a new ext4_commit_callback() function that just walks&lt;br/&gt;
a list of function+data pointers attached to t_private_list, much like the jbd2-jcberr code&lt;br/&gt;
currently walks the callback list, and passes is_journal_aborted() as the callback error parameter.&lt;/p&gt;

&lt;p&gt;A new ext4_journal_callback_set() function, using the same API as the existing&lt;br/&gt;
jbd2_journal_callback_set(), will maintain a list of function+data pointers on t_private_list, and&lt;br/&gt;
the current code that manipulates t_private_list directly would now call&lt;br/&gt;
ext4_journal_callback_set() with a modified release_blocks_on_commit() as the callback function&lt;br/&gt;
(taking a pointer to struct ext4_delete_entry as data, and only freeing one structure at a time).&lt;/p&gt;

&lt;p&gt;Within the existing code, ext4_mb_free_metadata() is manually removing existing entries from the&lt;br/&gt;
callback list if they can be merged.  This functionality doesn&apos;t currently exist, but it shouldn&apos;t&lt;br/&gt;
be hard to add an ext4_journal_callback_del() function to remove the entry from the list, if passed&lt;br/&gt;
the journal_callback struct, which would now be embedded into struct ext4_delete_entry instead of&lt;br/&gt;
just the list_head &quot;list&quot;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11196">LU-433</key>
            <summary>remove jbd2-jcberr patch from kernel</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="bobijam">Zhenyu Xu</reporter>
                        <labels>
                    </labels>
                <created>Mon, 20 Jun 2011 04:05:28 +0000</created>
                <updated>Wed, 3 Dec 2014 19:33:46 +0000</updated>
                            <resolved>Thu, 3 Nov 2011 12:55:57 +0000</resolved>
                                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="16624" author="bobijam" created="Mon, 20 Jun 2011 09:37:52 +0000"  >&lt;p&gt;patch tracking at &lt;a href=&quot;http://review.whamcloud.com/983&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/983&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="17659" author="adilger" created="Wed, 13 Jul 2011 19:47:44 +0000"  >&lt;p&gt;Oleg, Robert,&lt;br/&gt;
one question I had about removing this (and other) kernel patches is whether we should keep them on the kernel for at least one release in order to facilitate Lustre upgrades?  I was looking at the RHEL5 kernel patch series, and it appears possible today to build both Lustre 1.8 and Lustre 2.1 against the 2.1 RHEL5 kernel, and we might want to formalize this (i.e. make the kernel patch series and patches identical).  This would allow users to potentially upgrade/downgrade Lustre without having to upgrade/downgrade the kernel at the same time.&lt;/p&gt;

&lt;p&gt;I wouldn&apos;t object to keeping the jbd2-jcberr patch in the RHEL5/6 kernel series until Lustre 2.3 or so, when hopefully all of the kernel patches will be gone for 2 releases.  Definitely we would not add it to newer kernel series anymore (e.g. RHEL7 or a new Debian/Ubuntu kernel).&lt;/p&gt;</comment>
                            <comment id="17710" author="green" created="Thu, 14 Jul 2011 20:05:06 +0000"  >&lt;p&gt;I think this is a good idea in fact.&lt;/p&gt;

&lt;p&gt;We need to create some tracking mechanism to track such old patches in order to clean them out when the time comes, though.&lt;/p&gt;</comment>
                            <comment id="17830" author="adilger" created="Fri, 15 Jul 2011 04:06:55 +0000"  >&lt;p&gt;I think it makes sense then to change the &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; patch to just add a comment to the top of the jbd2-jcberr patch:&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;This patch is no longer needed for Lustre, since Lustre 2.1.  It is kept
in the kernel patch series for compatibility with older Lustre releases
to simplify the upgrade process so that both the kernel and Lustre do
not need to be upgraded at the same time.  See Jira issue LU-433.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="20895" author="hudson" created="Thu, 6 Oct 2011 00:22: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20896" author="hudson" created="Thu, 6 Oct 2011 00:26: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/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20897" author="hudson" created="Thu, 6 Oct 2011 00:28:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20898" author="hudson" created="Thu, 6 Oct 2011 00:32:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20899" author="hudson" created="Thu, 6 Oct 2011 00:34:35 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&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/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20900" author="hudson" created="Thu, 6 Oct 2011 00:38: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/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20901" author="hudson" created="Thu, 6 Oct 2011 00:45:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20902" author="hudson" created="Thu, 6 Oct 2011 00:50:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20903" author="hudson" created="Thu, 6 Oct 2011 00:58: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20904" author="hudson" created="Thu, 6 Oct 2011 01:03:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20906" author="hudson" created="Thu, 6 Oct 2011 01:43:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20907" author="hudson" created="Thu, 6 Oct 2011 01:57:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20908" author="hudson" created="Thu, 6 Oct 2011 02:23:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="20909" author="hudson" created="Thu, 6 Oct 2011 03:03:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/290/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #290&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; remove jbd2-jcberr patch from kernel&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=42758c33664f682e6ed86065b2224287d1952713&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;42758c33664f682e6ed86065b2224287d1952713&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel6.series&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5-ext4.series&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_internal.h&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback-rhel5.patch&lt;/li&gt;
	&lt;li&gt;build/autoconf/lustre-build.m4&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/kernel_patches/patches/ext4-journal-callback.patch&lt;/li&gt;
	&lt;li&gt;lustre/osd-ldiskfs/osd_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;ldiskfs/configure.ac&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22441" author="pjones" created="Thu, 3 Nov 2011 12:55:57 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="30099" author="hudson" created="Thu, 1 Mar 2012 13:05:01 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30105" author="hudson" created="Thu, 1 Mar 2012 13:10: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/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30111" author="hudson" created="Thu, 1 Mar 2012 13:13: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30117" author="hudson" created="Thu, 1 Mar 2012 13:15:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30123" author="hudson" created="Thu, 1 Mar 2012 13:16: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/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30130" author="hudson" created="Thu, 1 Mar 2012 13:17: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30136" author="hudson" created="Thu, 1 Mar 2012 13:19:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30144" author="hudson" created="Thu, 1 Mar 2012 13:25: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/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30154" author="hudson" created="Thu, 1 Mar 2012 13:44:46 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30162" author="hudson" created="Thu, 1 Mar 2012 14:29:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30171" author="hudson" created="Thu, 1 Mar 2012 15:35:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30179" author="hudson" created="Thu, 1 Mar 2012 16:35:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30190" author="hudson" created="Thu, 1 Mar 2012 17:10:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30196" author="hudson" created="Thu, 1 Mar 2012 17:19: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30202" author="hudson" created="Thu, 1 Mar 2012 17:23: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/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30208" author="hudson" created="Thu, 1 Mar 2012 17:31:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30214" author="hudson" created="Thu, 1 Mar 2012 17:43: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/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="30220" author="hudson" created="Thu, 1 Mar 2012 17:44:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/494/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #494&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32376" author="hudson" created="Thu, 29 Mar 2012 00:19:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32387" author="hudson" created="Thu, 29 Mar 2012 00:19: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/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32399" author="hudson" created="Thu, 29 Mar 2012 00:26:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32411" author="hudson" created="Thu, 29 Mar 2012 00:27:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32422" author="hudson" created="Thu, 29 Mar 2012 00:28:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32433" author="hudson" created="Thu, 29 Mar 2012 00:29:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32447" author="hudson" created="Thu, 29 Mar 2012 00:58:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32458" author="hudson" created="Thu, 29 Mar 2012 01:13:57 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32469" author="hudson" created="Thu, 29 Mar 2012 01:17:39 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32480" author="hudson" created="Thu, 29 Mar 2012 01:17:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32491" author="hudson" created="Thu, 29 Mar 2012 01:21:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32503" author="hudson" created="Thu, 29 Mar 2012 01:29:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32515" author="hudson" created="Thu, 29 Mar 2012 01:37:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32526" author="hudson" created="Thu, 29 Mar 2012 01:41:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32542" author="hudson" created="Thu, 29 Mar 2012 02:23:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32553" author="hudson" created="Thu, 29 Mar 2012 02:42:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32565" author="hudson" created="Thu, 29 Mar 2012 02:59: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-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32578" author="hudson" created="Thu, 29 Mar 2012 03:18:27 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/530/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #530&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&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=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36155" author="hudson" created="Wed, 2 May 2012 14:53:05 +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-dev/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36452" author="hudson" created="Wed, 2 May 2012 14:55: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/lustre-dev/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36749" author="hudson" created="Wed, 2 May 2012 14:58:15 +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-dev/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37047" author="hudson" created="Wed, 2 May 2012 15:13: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/lustre-dev/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37344" author="hudson" created="Wed, 2 May 2012 15:14:45 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; i686,client,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37642" author="hudson" created="Wed, 2 May 2012 15:19:41 +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-dev/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,server,el5,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37939" author="hudson" created="Wed, 2 May 2012 15:37:28 +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-dev/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/340/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-dev &#187; x86_64,client,el6,inkernel #340&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: fix up patch comment for 2.2 (Revision 93be3c4c56f052820e3aa4f9c8b452a92a78bc0d)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-433&quot; title=&quot;remove jbd2-jcberr patch from kernel&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-433&quot;&gt;&lt;del&gt;LU-433&lt;/del&gt;&lt;/a&gt; ldiskfs: remove jbd2-jcberr patch from kernel (Revision 676cee300dd01691e2c492c3e8b829681f4bd553)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;93be3c4c56f052820e3aa4f9c8b452a92a78bc0d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel6.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-sles11.patch&lt;/li&gt;
	&lt;li&gt;lustre/kernel_patches/patches/jbd2-jcberr-2.6-rhel5.patch&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-dev.git;a=shortlog;h=refs/heads/$GIT_BRANCH&amp;amp;a=commit&amp;amp;h=676cee300dd01691e2c492c3e8b829681f4bd553&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;676cee300dd01691e2c492c3e8b829681f4bd553&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;build/autoconf/lustre-build-ldiskfs.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="12075">LU-753</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="10111">LU-20</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="17459">LU-2761</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21942.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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv713:</customfieldvalue>

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