<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:10:38 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-812] Support for Linux 3.0 kernels</title>
                <link>https://jira.whamcloud.com/browse/LU-812</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Cray is interested in bringing Linux 3.0 support to clients and servers.  We&apos;ll focus on clients first since that will obviously be easiest.  However, Lustre won&apos;t even configure in a Linux 3.0 environment.  Initially, we plan on submitting patches to the build process going.  Eventually, we&apos;ll work our way up to the server patch series.  Of course, the BKL was removed and we&apos;ll be looking for suggestions on how to work around that and other major changes.  I presume that RHEL will go to Linux 3.x eventually, but Cray will initially be focusing on SLES SP2.  Hopefully we can find a way to make the patch sets similar.&lt;/p&gt;

&lt;p&gt;We&apos;d like to at least have 3.0 clients be considered upstream for Lustre 2.3.&lt;/p&gt;</description>
                <environment></environment>
        <key id="12300">LU-812</key>
            <summary>Support for Linux 3.0 kernels</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="ys">Yang Sheng</assignee>
                                    <reporter username="spitzcor">Cory Spitz</reporter>
                        <labels>
                    </labels>
                <created>Tue, 1 Nov 2011 18:09:14 +0000</created>
                <updated>Wed, 21 Jul 2021 20:36:44 +0000</updated>
                            <resolved>Tue, 4 Dec 2012 14:33:15 +0000</resolved>
                                                    <fixVersion>Lustre 2.4.0</fixVersion>
                                        <due></due>
                            <votes>3</votes>
                                    <watches>21</watches>
                                                                            <comments>
                            <comment id="23044" author="wang" created="Tue, 15 Nov 2011 23:33:27 +0000"  >&lt;p&gt;Temporary Lustre client patches for SLES11 SP2/Linux 3.0&lt;/p&gt;</comment>
                            <comment id="23045" author="wang" created="Tue, 15 Nov 2011 23:35:18 +0000"  >&lt;p&gt;The issues here are for client code only. Attached is a set of patches&lt;br/&gt;
that mostly just trying to temporarily workaround or ifdef&apos;d to get it&lt;br/&gt;
compiled. Hower, they identify at least the following issues:&lt;/p&gt;

&lt;p&gt;1. No longer has smp_lock.h.&lt;br/&gt;
2. No linux/config.h&lt;br/&gt;
3. - rw26.patch&lt;br/&gt;
   No longer has .sync_page in struct address_space_operations.&lt;br/&gt;
4. - libcfsmakefile.patch&lt;br/&gt;
   Need linux/libcfs-linux-obj in libcfs/libcfs/Makefile.in&lt;/p&gt;

&lt;p&gt;5. - shrinker.patch&lt;br/&gt;
   struct shrinker change along with argument change shrink()&lt;/p&gt;

&lt;p&gt;6. - spinlock.patch&lt;br/&gt;
   SPIN_LOCK_UNLOCKED, RW_LOCK_UNLOCKED deprecated&lt;/p&gt;

&lt;p&gt;7. - linuxlock.patch&lt;br/&gt;
   a: No longer have init_MUTEX, init_MUTEX_LOCKED&lt;br/&gt;
   b: DECLARE_MUTEX becomes DEFINE_SEMAPHORE&lt;br/&gt;
   c: No BKL lock_kernel()/unlock_kernel()&lt;br/&gt;
   d: dcache_lock is gone, replaced by fine grained locks. &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-156&quot; title=&quot;dcache scaling patches merged in 2.6.37&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-156&quot;&gt;&lt;del&gt;LU-156&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;8. - fslock.patch&lt;br/&gt;
   lock in fs_struct changed from rwlock_t to spinlock_t&lt;/p&gt;

&lt;p&gt;9. - ioctl.patch&lt;br/&gt;
   No longer has ioctl in file_operations.&lt;/p&gt;

&lt;p&gt;10. - sock.patch&lt;br/&gt;
   a. wait_queue_head_t *sk_sleep; becomes sk_sleep(sock-&amp;gt;sk)&lt;br/&gt;
   b. tcp_sendpage() takes struct sock instead of socket in the 1st param&lt;/p&gt;

&lt;p&gt;11. - ctlname.patch&lt;br/&gt;
   No longer has .ctl_name in ctl_table&lt;/p&gt;

&lt;p&gt;12. - fsync.patch&lt;br/&gt;
   Arguments in fsync function in struct file_operations changed.&lt;/p&gt;

&lt;p&gt;13. - atomic_mntcount.patch&lt;br/&gt;
   mnt_count in struct vfsmount changed to percpu count with a new mnt_longterm&lt;/p&gt;

&lt;p&gt;14. - atomic_dcount.patch&lt;br/&gt;
   a. Type of d_count in struct dentry no longer be atomic_t, &lt;br/&gt;
   b. No longer has dget_locked()&lt;/p&gt;

&lt;p&gt;15. - quota.patch&lt;br/&gt;
   a. There is no sb_any_quota_active(sb) or sb_any_quota_enabled(sb)&lt;br/&gt;
   b. QUOTA_OK, NO_QUOTA not defined&lt;br/&gt;
   c. quota_on has 4 args but different from the older vresion&lt;/p&gt;

&lt;p&gt;16. - statfs-lu766-ps4.patch&lt;br/&gt;
   Argument change, &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-766&quot; title=&quot;Incorrect HAVE_STATFS_DENTRY_PARAM result&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-766&quot;&gt;&lt;del&gt;LU-766&lt;/del&gt;&lt;/a&gt; has the fix, applied patchset 4&lt;/p&gt;

&lt;p&gt;17. - loop.patch&lt;br/&gt;
   a. No longer has unplug_fn() in struct request_queue&lt;/p&gt;

&lt;p&gt;18. - ddlete.patch&lt;br/&gt;
   Add &apos;const&apos; qualifier to the argument of .d_delete in dentry_operations&lt;/p&gt;

&lt;p&gt;19. - dcompare-lu154.patch&lt;br/&gt;
   Argments change in .d_compare of struct dentry_operations - &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-154&quot; title=&quot;Prototype of d_compare has changed in 2.6.38&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-154&quot;&gt;&lt;del&gt;LU-154&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;20. - permission.patch&lt;br/&gt;
   a. Arguments change in .permission of strcut inode_operations &lt;br/&gt;
   b. Arguments change in generic_permission()&lt;/p&gt;

&lt;p&gt;21. - clearinode.patch&lt;br/&gt;
   super_operations: there is no clear_inode, delete_inode.&lt;br/&gt;
   they are replaced by eevict_inode&lt;/p&gt;

&lt;p&gt;22. - inodesetattr.patch&lt;br/&gt;
   No longer has inode_setattr&lt;/p&gt;

&lt;p&gt;23. - bitops.patch&lt;br/&gt;
   No longer have ext2_test/set/clear_bit defined&lt;/p&gt;

&lt;p&gt;24. - getsb.patch&lt;br/&gt;
   get_sb in struct file_system_type changed to mount, along with arguments&lt;/p&gt;

&lt;p&gt;25. - synchronize.patch&lt;br/&gt;
   synchronize_rcu() is not defined&lt;/p&gt;</comment>
                            <comment id="26316" author="wang" created="Tue, 10 Jan 2012 20:09:03 +0000"  >&lt;p&gt;submitted the following changes for review:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1942&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1942&lt;/a&gt; SPIN_LOCK_UNLOCKED no longer exists&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1949&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1949&lt;/a&gt; replace DECLARE_MUTEX, init_MUTEX/_LOCKED with semaphore&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1950&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1950&lt;/a&gt; file_operations.fsync needs 4 arguments&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1951&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1951&lt;/a&gt; replace get_sb with mount in struct file_system_type&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,1952&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1952&lt;/a&gt; synchronize_rcu no longer a define&lt;/p&gt;</comment>
                            <comment id="27015" author="hudson" created="Thu, 19 Jan 2012 21:36: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=x86_64,build_type=client,distro=el5,ib_stack=ofa/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27017" author="hudson" created="Thu, 19 Jan 2012 21:39:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27019" author="hudson" created="Thu, 19 Jan 2012 21:42: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=x86_64,build_type=server,distro=el6,ib_stack=inkernel/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27021" author="hudson" created="Thu, 19 Jan 2012 21:42: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=x86_64,build_type=client,distro=el5,ib_stack=inkernel/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27023" author="hudson" created="Thu, 19 Jan 2012 21:47: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=el6,ib_stack=inkernel/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27025" author="hudson" created="Thu, 19 Jan 2012 21:48:11 +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/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27027" author="hudson" created="Thu, 19 Jan 2012 21:49: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27029" author="hudson" created="Thu, 19 Jan 2012 21:50: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-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27031" author="hudson" created="Thu, 19 Jan 2012 21:51: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=ubuntu1004,ib_stack=inkernel/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27033" author="hudson" created="Thu, 19 Jan 2012 21:54: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=i686,build_type=server,distro=el5,ib_stack=inkernel/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27035" author="hudson" created="Thu, 19 Jan 2012 21:55:11 +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/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27037" author="hudson" created="Thu, 19 Jan 2012 21:55:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27039" author="hudson" created="Thu, 19 Jan 2012 22:12:11 +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/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27041" author="hudson" created="Thu, 19 Jan 2012 22:13: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=i686,build_type=client,distro=el5,ib_stack=ofa/436/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #436&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; synchronize_rcu no longer a define (Revision 440d5b2c1e96c02fed5b839f5cd354032482cd3f)&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=440d5b2c1e96c02fed5b839f5cd354032482cd3f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;440d5b2c1e96c02fed5b839f5cd354032482cd3f&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/linux/lustre_compat25.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="27048" author="laisiyao" created="Thu, 19 Jan 2012 22:33:17 +0000"  >&lt;p&gt;Hi Wally, I attached a patch about mutex here, could you help check and land it?&lt;/p&gt;</comment>
                            <comment id="27207" author="wang" created="Tue, 24 Jan 2012 02:07:11 +0000"  >&lt;p&gt;Hi Siyao, I applied your patch which needed some merges. Please review. Thanks,&lt;/p&gt;

&lt;p&gt;Wally&lt;/p&gt;</comment>
                            <comment id="27208" author="wang" created="Tue, 24 Jan 2012 02:10:31 +0000"  >&lt;p&gt;Please review:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,1985&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,1985&lt;/a&gt; - sync_page() removed from struct address_space_operations&lt;/p&gt;</comment>
                            <comment id="27209" author="wang" created="Tue, 24 Jan 2012 02:24:19 +0000"  >&lt;p&gt;AUTOCONF_INCLUDED has been removed since 2.6.37. Not sure we still need it. I think it was initially added in Oracle bz 11802 att. 11752. &lt;br/&gt;
I attached a patch, no-autoconf-included.patch, of the following change for 30+ files:&lt;/p&gt;

&lt;p&gt;+#include &amp;lt;linux/version.h&amp;gt;&lt;br/&gt;
+#if LINUX_VERSION_CODE &amp;lt; KERNEL_VERSION(2, 6, 37)&lt;br/&gt;
 #ifndef AUTOCONF_INCLUDED&lt;br/&gt;
 #include &amp;lt;linux/config.h&amp;gt;&lt;br/&gt;
 #endif&lt;br/&gt;
+#endif&lt;/p&gt;

&lt;p&gt;Is the patch ok? Or if linux/config.h still needed? Please comment, thanks.&lt;/p&gt;

&lt;p&gt;Wally&lt;/p&gt;</comment>
                            <comment id="27210" author="wang" created="Tue, 24 Jan 2012 02:54:02 +0000"  >&lt;p&gt;Please review:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2000&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2000&lt;/a&gt; - remove BKL reference&lt;/p&gt;</comment>
                            <comment id="28311" author="adilger" created="Thu, 9 Feb 2012 18:21:02 +0000"  >&lt;p&gt;Wally, I don&apos;t think every file needs to include &amp;lt;linux/config.h&amp;gt; anymore.  It is worthwhile to submit a patch that removes it, and see if it will build on all the kernels.&lt;/p&gt;</comment>
                            <comment id="29120" author="wang" created="Thu, 16 Feb 2012 18:37:19 +0000"  >&lt;p&gt;The patch is:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2146&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2146&lt;/a&gt; - AUTOCONF_INCLUDED removed&lt;/p&gt;</comment>
                            <comment id="30778" author="wang" created="Fri, 9 Mar 2012 18:30:43 +0000"  >&lt;p&gt;Linux 3.3 address_space_operations.migratepage has 4 args, the patch is in:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,2279&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2279&lt;/a&gt; - migratepage has 4 args&lt;/p&gt;</comment>
                            <comment id="32375" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32386" author="hudson" created="Thu, 29 Mar 2012 00:19:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32398" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32410" author="hudson" created="Thu, 29 Mar 2012 00:27:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32421" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32432" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32446" author="hudson" created="Thu, 29 Mar 2012 00:58: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=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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32457" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32468" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32479" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32490" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32502" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32514" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32525" author="hudson" created="Thu, 29 Mar 2012 01:41:09 +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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32541" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32552" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32564" author="hudson" created="Thu, 29 Mar 2012 02:59: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=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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32577" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32587" author="hudson" created="Thu, 29 Mar 2012 03:22:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32600" author="hudson" created="Thu, 29 Mar 2012 03:28:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32612" author="hudson" created="Thu, 29 Mar 2012 03:29: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/red.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/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32624" author="hudson" created="Thu, 29 Mar 2012 03:30: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=client,distro=el6,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32637" author="hudson" created="Thu, 29 Mar 2012 03:31:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32649" author="hudson" created="Thu, 29 Mar 2012 03:32:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32661" author="hudson" created="Thu, 29 Mar 2012 03:34: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/red.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/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32673" author="hudson" created="Thu, 29 Mar 2012 03:38: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-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32685" author="hudson" created="Thu, 29 Mar 2012 03:38:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32698" author="hudson" created="Thu, 29 Mar 2012 03:43: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=el5,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32710" author="hudson" created="Thu, 29 Mar 2012 03:56: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=i686,build_type=server,distro=el5,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32725" author="hudson" created="Thu, 29 Mar 2012 04:12:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32737" author="hudson" created="Thu, 29 Mar 2012 04:18: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=x86_64,build_type=client,distro=el6,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32758" author="hudson" created="Thu, 29 Mar 2012 04:49: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=el6,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32773" author="hudson" created="Thu, 29 Mar 2012 05:09: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/red.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/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32785" author="hudson" created="Thu, 29 Mar 2012 05:29:29 +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/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32797" author="hudson" created="Thu, 29 Mar 2012 05:44: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=el5,ib_stack=inkernel/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="32809" author="hudson" created="Thu, 29 Mar 2012 05:47: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/red.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/531/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #531&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&lt;/p&gt;

&lt;p&gt;     Result = FAILURE&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36152" author="hudson" created="Wed, 2 May 2012 14:53: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-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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36449" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36746" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37044" author="hudson" created="Wed, 2 May 2012 15:13:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37341" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37639" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lnet/lnet/router.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37936" 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-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: clean up mutex lock to use kernel mutex primitive (Revision d016a086b68ca4af2dcbfefc3917b9291efd8d62)&lt;br/&gt;
&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; compat: file_operations.fsync needs 4 arguments (Revision c57641df9ae8be55a0a94b879766f880b1e5a941)&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=d016a086b68ca4af2dcbfefc3917b9291efd8d62&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d016a086b68ca4af2dcbfefc3917b9291efd8d62&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/obdclass/llog_ioctl.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_fid.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/lproc_mgs.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/watchdog.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/mxlnd/mxlnd_cb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_nids.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/kp30.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_client.c&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/lvfs/fsfilt_ext3.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dir.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/recov_thread.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_io_26.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_object.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/remote_perm.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_request.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/genops.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/pinger.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_net.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/module.c&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-lnet.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter.c&lt;/li&gt;
	&lt;li&gt;lustre/include/linux/lustre_fsfilt.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/llog_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/lclient/lcommon_misc.c&lt;/li&gt;
	&lt;li&gt;lustre/mgc/mgc_request.c&lt;/li&gt;
	&lt;li&gt;lnet/klnds/ptllnd/ptllnd_ptltrace.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_resource.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/lloop.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/obd.h&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_lite.h&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/module.c&lt;/li&gt;
	&lt;li&gt;lustre/fid/fid_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_pool.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_mount.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/sec_bulk.c&lt;/li&gt;
	&lt;li&gt;lustre/mds/mds_lov.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conrpc.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpcd.c&lt;/li&gt;
	&lt;li&gt;libcfs/libcfs/tracefile.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_quota.h&lt;/li&gt;
	&lt;li&gt;lustre/fid/lproc_fid.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/ost/ost_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_qos.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_log.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/user-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_request.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_handler.c&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/lu_object.c&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-lock.h&lt;/li&gt;
	&lt;li&gt;lustre/liblustre/llite_lib.h&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/llog_server.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/conctl.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_obd.c&lt;/li&gt;
	&lt;li&gt;lustre/ptlrpc/ptlrpc_module.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_import.h&lt;/li&gt;
	&lt;li&gt;lnet/lnet/api-ni.c&lt;/li&gt;
	&lt;li&gt;lustre/lmv/lmv_internal.h&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_recovery.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/symlink.c&lt;/li&gt;
	&lt;li&gt;lnet/selftest/console.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_mdc.h&lt;/li&gt;
	&lt;li&gt;lustre/obdclass/obd_config.c&lt;/li&gt;
	&lt;li&gt;lustre/mdt/mdt_idmap.c&lt;/li&gt;
	&lt;li&gt;lustre/quota/quota_master.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_export.h&lt;/li&gt;
	&lt;li&gt;lnet/include/lnet/lib-types.h&lt;/li&gt;
	&lt;li&gt;lustre/mgs/mgs_llog.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/llite_lib.c&lt;/li&gt;
	&lt;li&gt;lnet/lnet/router.c&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=c57641df9ae8be55a0a94b879766f880b1e5a941&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c57641df9ae8be55a0a94b879766f880b1e5a941&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/linux-fs.h&lt;/li&gt;
	&lt;li&gt;lustre/llite/file.c&lt;/li&gt;
	&lt;li&gt;lustre/autoconf/lustre-core.m4&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="42826" author="adilger" created="Tue, 7 Aug 2012 14:51:48 +0000"  >&lt;p&gt;I&apos;ve created &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; to track the NFS re-export problem that is introduced with the change &lt;a href=&quot;http://review.whamcloud.com/1951&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1951&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="43214" author="simmonsja" created="Tue, 14 Aug 2012 15:07:51 +0000"  >&lt;p&gt;Now that we have &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1337&quot; title=&quot;Client support for 3.3 Linux kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1337&quot;&gt;&lt;del&gt;LU-1337&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; can we close this ticket?&lt;/p&gt;</comment>
                            <comment id="43216" author="wang" created="Tue, 14 Aug 2012 15:21:32 +0000"  >&lt;p&gt;Do we need to keep it open for b2_2 landing? Otherwise, we can close it. &lt;/p&gt;</comment>
                            <comment id="43217" author="spitzcor" created="Tue, 14 Aug 2012 15:34:10 +0000"  >&lt;p&gt;Well, Cray will be doing v2.2 on 3.0 Linux clients, so I would prefer to land everything to b2_2.  No one else is &apos;using&apos; b2_2 so there shouldn&apos;t be any objections &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.whamcloud.com/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;  If not, then we can keep this ticket open to track that effort.&lt;/p&gt;</comment>
                            <comment id="43312" author="xuezhao" created="Thu, 16 Aug 2012 03:15:38 +0000"  >&lt;p&gt;Hi, just interesting that did you do full function testing for 3.0 kernel?&lt;/p&gt;</comment>
                            <comment id="43709" author="spitzcor" created="Thu, 23 Aug 2012 14:32:28 +0000"  >&lt;p&gt;Hi, we haven&apos;t run through the full acc-sm because we have difficulty using mixed Cray environments.  I mean, we can&apos;t run servers on 3.0 kernels, so we are constructing a new test env. where we can run with 3.0 Linux clients.  In fact, we&apos;ve had some limited success running acc-sm in a routed environment (w/LNET routers), which I don&apos;t think has been done yet.&lt;/p&gt;

&lt;p&gt;Other full system testing has gone well, but we continue to find problems, especially in CLIO.  Bugs are opened in Jira.  We&apos;re a tad behind there and we need to catch up to master though.  Many CLIO bugs are already fixed for 2.3.&lt;/p&gt;

&lt;p&gt;We&apos;ll post acc-sm results when we can.&lt;/p&gt;</comment>
                            <comment id="43757" author="xuezhao" created="Sat, 25 Aug 2012 05:18:12 +0000"  >&lt;p&gt;Hi, we did some function testing for client in 3.4 kernel (and server in 2.6.32), found several hidden issues which cannot be found by compiling.&lt;/p&gt;

&lt;p&gt;I believe the below two issues also can be met by client in 3.0 kernel, so I submitted them to this jira ticket to avoid possible confliction. Thanks.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/3778&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3778&lt;/a&gt;  utils: remove obsolete jt_dbg_modules_2_4 code (fix lctl modules failure)&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/3779&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3779&lt;/a&gt;  llite: O_LOV_DELAY_CREATE conflicts with FMODE_NONOTIFY (fix &quot;lfs setstripe&quot; a new file failure).&lt;/p&gt;</comment>
                            <comment id="43935" author="simmonsja" created="Wed, 29 Aug 2012 08:36:59 +0000"  >&lt;p&gt;For SLES11 SP2 client support with 3.0.X kernels on the b2_3 tree the following two patches are needed.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/#change,3812&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3812&lt;/a&gt;  for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1691&quot; title=&quot;kernel update [SLES11 SP2 3.0.34-0.7.9]&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1691&quot;&gt;&lt;del&gt;LU-1691&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,3796&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3796&lt;/a&gt;  for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;
</comment>
                            <comment id="43952" author="igolovach" created="Wed, 29 Aug 2012 11:42:39 +0000"  >&lt;p&gt;Hi Xuezhao Liu&lt;/p&gt;

&lt;p&gt;Please, add next code to your patch (&lt;a href=&quot;http://review.whamcloud.com/3779&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3779&lt;/a&gt; llite: O_LOV_DELAY_CREATE conflicts with FMODE_NONOTIFY) to pass sanity.sh tests.&lt;/p&gt;


&lt;p&gt;diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh&lt;br/&gt;
index 88ab9aa..90055e2 100644&lt;br/&gt;
&amp;#8212; a/lustre/tests/sanity.sh&lt;br/&gt;
+++ b/lustre/tests/sanity.sh&lt;br/&gt;
@@ -1624,7 +1624,7 @@ test_33b() &lt;/p&gt;
{
         rm -fr $DIR/d33
         mkdir -p $DIR/d33
         chown $RUNAS_ID $DIR/d33
-        $RUNAS $OPENFILE -f 1286739555 $DIR/d33/f33 || true
+        $RUNAS $OPENFILE -f 21354413143 $DIR/d33/f33 || true
 }
&lt;p&gt; run_test 33b &quot;test open file with malformed flags (No panic)&quot;&lt;/p&gt;


&lt;p&gt;And one more question: we (in Xyratex) already met with this issue and designed the same patch you did. Please, let us know what do you think about the comment from Andreas and what are your plans about them (if you plan to integrate them what are the possible time for this action)?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;</comment>
                            <comment id="44351" author="simmonsja" created="Fri, 7 Sep 2012 08:46:58 +0000"  >&lt;p&gt;Patches have landed for Lustre 2.3 and Lustre 2.4 We can close this ticket now.&lt;/p&gt;</comment>
                            <comment id="44352" author="simmonsja" created="Fri, 7 Sep 2012 08:50:41 +0000"  >&lt;p&gt;I take that back. We have a patch at &lt;a href=&quot;http://review.whamcloud.com/#change,3661&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,3661&lt;/a&gt; for 2.1.3 branch.&lt;/p&gt;</comment>
                            <comment id="45505" author="bergwolf" created="Tue, 25 Sep 2012 07:25:17 +0000"  >&lt;p&gt;one more patch is added:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/4091&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4091&lt;/a&gt;   llite: 3.0+ kernel fsync should call write&lt;/p&gt;

&lt;p&gt;w/o it, I always fail sanity 63b.&lt;/p&gt;</comment>
                            <comment id="45905" author="jaylan" created="Tue, 2 Oct 2012 17:47:14 +0000"  >&lt;p&gt;James, does that mean sles11sp2 client patches will be ported to b2_1 branch? Last I checked, there are 12 &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; patches checked in to master and b2_3.&lt;/p&gt;</comment>
                            <comment id="46378" author="simmonsja" created="Thu, 11 Oct 2012 10:42:17 +0000"  >&lt;p&gt;No &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-812&quot; title=&quot;Support for Linux 3.0 kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-812&quot;&gt;&lt;del&gt;LU-812&lt;/del&gt;&lt;/a&gt; will not be back ported to 2.1. The reason for the 2.1 patch is the api for vfs mount is the same in kernels from before 2.6.18 and also after 3.0.&lt;/p&gt;</comment>
                            <comment id="47681" author="simmonsja" created="Mon, 12 Nov 2012 07:39:34 +0000"  >&lt;p&gt;Last patch has been merged. We can close this ticket especially since we have &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1337&quot; title=&quot;Client support for 3.3 Linux kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1337&quot;&gt;&lt;del&gt;LU-1337&lt;/del&gt;&lt;/a&gt; and &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1994&quot; title=&quot;Client support for 3.6 upstream Linux kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1994&quot;&gt;&lt;del&gt;LU-1994&lt;/del&gt;&lt;/a&gt; to handle further newer kernel development.&lt;/p&gt;</comment>
                            <comment id="48740" author="ys" created="Tue, 4 Dec 2012 14:21:02 +0000"  >&lt;p&gt;Stranger, I cannot close this ticket. I remember ever experienced this case. But forget how to deal with it.&lt;/p&gt;</comment>
                            <comment id="48743" author="pjones" created="Tue, 4 Dec 2012 14:33:15 +0000"  >&lt;p&gt;I think that it was just because &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; was defined as a subtask - it works now that has been resolved&lt;/p&gt;</comment>
                            <comment id="48745" author="simmonsja" created="Tue, 4 Dec 2012 14:54:16 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1718&quot; title=&quot;fix Lustre NFS re-export for 3.0+ kernels&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1718&quot;&gt;&lt;del&gt;LU-1718&lt;/del&gt;&lt;/a&gt; is still waiting to be landed to 2.1 branch.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="19581">LU-3518</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="15432">LU-1718</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="65337">LU-14877</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16381">LU-2196</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="16325">LU-2148</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="10618" name="3.0-client-patches.tar.gz" size="17012" author="wang" created="Tue, 15 Nov 2011 23:33:27 +0000"/>
                            <attachment id="10617" name="3.0-client-patches.tar.gz" size="17012" author="wang" created="Tue, 15 Nov 2011 23:30:24 +0000"/>
                            <attachment id="10751" name="mutex.diff" size="191192" author="laisiyao" created="Thu, 19 Jan 2012 22:33:17 +0000"/>
                            <attachment id="10773" name="no-autoconf-included.patch" size="19349" author="wang" created="Tue, 24 Jan 2012 02:24:19 +0000"/>
                    </attachments>
                <subtasks>
                            <subtask id="15432">LU-1718</subtask>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv5pb:</customfieldvalue>

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