<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:02:59 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-22] ldlm_resource::lr_lvb_data is protected by wrong lock</title>
                <link>https://jira.whamcloud.com/browse/LU-22</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I found lr_lvb_data is protected by resource lock (lock_res_and_lock) at some places, i.e:&lt;br/&gt;
ldlm_server_completion_ast()&lt;br/&gt;
                lock_res_and_lock(lock);&lt;br/&gt;
                memcpy(lvb, lock-&amp;gt;l_resource-&amp;gt;lr_lvb_data,&lt;br/&gt;
                       lock-&amp;gt;l_resource-&amp;gt;lr_lvb_len);&lt;br/&gt;
                unlock_res_and_lock(lock);&lt;/p&gt;

&lt;p&gt;but what I learnt from the code is, it should be protected by lr_lvb_sem.&lt;/p&gt;

</description>
                <environment></environment>
        <key id="10130">LU-22</key>
            <summary>ldlm_resource::lr_lvb_data is protected by wrong lock</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="liang">Liang Zhen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 14 Dec 2010 18:23:10 +0000</created>
                <updated>Thu, 7 Apr 2011 18:45:33 +0000</updated>
                            <resolved>Thu, 7 Apr 2011 18:45:33 +0000</resolved>
                                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="10315" author="liang" created="Wed, 15 Dec 2010 19:51:21 +0000"  >&lt;p&gt;patch is at here:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/143&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/143&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;it&apos;s also in inspection on bugzilla&lt;/p&gt;</comment>
                            <comment id="10333" author="liang" created="Tue, 21 Dec 2010 18:51:49 +0000"  >&lt;p&gt;patch landed on master&lt;/p&gt;</comment>
                            <comment id="10334" author="liang" created="Tue, 21 Dec 2010 18:52:12 +0000"  >&lt;p&gt;patch landed on master&lt;/p&gt;</comment>
                            <comment id="10335" author="liang" created="Wed, 22 Dec 2010 02:10:08 +0000"  >&lt;p&gt;I found the fix is not completed, there are more issues in filter_intent_policy, which still access lr_lvb_data with holding resource lock, we can&apos;t fix it easily by changing it to lr_lvb_sem.&lt;br/&gt;
I need a little more time to survey before posting a patch.&lt;/p&gt;</comment>
                            <comment id="10341" author="liang" created="Wed, 22 Dec 2010 23:47:46 +0000"  >&lt;p&gt;I think we probably should just use lr_lvb_sem for serialize lvbo_init/lvbo_fini with other threads(pin/unpin the inode), and use resource::lr_lock to protect update/access of resource::lr_lvb_data. &lt;br/&gt;
I don&apos;t see any reason we redo those job for finding inode in lvbo_update (seems Andreas thinking the same, comment #85 of bug 22107), if we removed those code for finding inode in lvbo_update, then it&apos;s not a complex change to fix the issue.&lt;/p&gt;</comment>
                            <comment id="10342" author="liang" created="Thu, 23 Dec 2010 00:19:33 +0000"  >&lt;p&gt;reassign to bobijam, as I still got a few pending things at hand...&lt;/p&gt;</comment>
                            <comment id="10346" author="bobijam" created="Thu, 23 Dec 2010 19:13:11 +0000"  >&lt;p&gt;after some discussion with fan &amp;amp; liang, we&apos;d use lr_lock to protect lr_lvbo_data while lr_lvbo_sem is only for serializing lvbo_init.&lt;/p&gt;</comment>
                            <comment id="10350" author="bobijam" created="Sun, 26 Dec 2010 19:11:08 +0000"  >&lt;p&gt;patch posted in &lt;a href=&quot;http://review.whamcloud.com/158&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/158&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11605" author="hudson" created="Thu, 31 Mar 2011 01:18: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/reviews-centos5/615/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #615&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Bobi Jam : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=e50244c5ebbcd5d0e78f6e03366b2efcbefac4ab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e50244c5ebbcd5d0e78f6e03366b2efcbefac4ab&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/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11606" author="hudson" created="Thu, 31 Mar 2011 01:31: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/reviews-centos5/616/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #616&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Bobi Jam : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=40defeaaaf7510e5b4e78542cf122506c029313b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;40defeaaaf7510e5b4e78542cf122506c029313b&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_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11717" author="hudson" created="Thu, 31 Mar 2011 19:30: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-centos5/178/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master-centos5 #178&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11760" author="hudson" created="Fri, 1 Apr 2011 07:03:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el5-x86_64/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-x86_64 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11762" author="hudson" created="Fri, 1 Apr 2011 07:04:47 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el6-x86_64/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-x86_64 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11764" author="hudson" created="Fri, 1 Apr 2011 07:08:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=ubuntu-x86_64/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,ubuntu-x86_64 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11766" author="hudson" created="Fri, 1 Apr 2011 07:09:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el6-i686/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-i686 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11768" author="hudson" created="Fri, 1 Apr 2011 07:10:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el5-i686/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-i686 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11770" author="hudson" created="Fri, 1 Apr 2011 07:18:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el5-x86_64/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-x86_64 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11772" author="hudson" created="Fri, 1 Apr 2011 07:25:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el5-i686/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-i686 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11775" author="hudson" created="Fri, 1 Apr 2011 08:34:12 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el6-x86_64/8/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el6-x86_64 #8&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11777" author="hudson" created="Fri, 1 Apr 2011 08:49:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el5-i686/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-i686 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11779" author="hudson" created="Fri, 1 Apr 2011 08:49:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el5-x86_64/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-x86_64 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11781" author="hudson" created="Fri, 1 Apr 2011 08:52:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=ubuntu-x86_64/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,ubuntu-x86_64 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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;lustre/include/lustre_dlm.h&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11783" author="hudson" created="Fri, 1 Apr 2011 08:52:26 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el6-i686/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-i686 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/include/lustre_dlm.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11785" author="hudson" created="Fri, 1 Apr 2011 09:01:23 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el5-x86_64/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-x86_64 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11787" author="hudson" created="Fri, 1 Apr 2011 09:09:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el5-i686/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-i686 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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/ldlm/ldlm_lockd.c&lt;/li&gt;
	&lt;li&gt;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11790" author="hudson" created="Fri, 1 Apr 2011 10:00:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el6-x86_64/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el6-x86_64 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&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_lvb.c&lt;/li&gt;
	&lt;li&gt;lustre/ldlm/ldlm_lockd.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11792" author="hudson" created="Fri, 1 Apr 2011 10:13:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=client,platform=el6-x86_64/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-x86_64 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="11797" author="hudson" created="Fri, 1 Apr 2011 11:52:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://eric.lab.whamcloud.com:8080/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://eric.lab.whamcloud.com:8080/job/lustre-master/./build_type=server,platform=el6-x86_64/9/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el6-x86_64 #9&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12632" author="hudson" created="Thu, 7 Apr 2011 17:33:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=server,platform=el6-i686/20/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el6-i686 #20&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-22&quot; title=&quot;ldlm_resource::lr_lvb_data is protected by wrong lock&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-22&quot;&gt;&lt;del&gt;LU-22&lt;/del&gt;&lt;/a&gt; ldlm_resource::lr_lvb_data is protected by wrong lock&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/master&amp;amp;a=commit&amp;amp;h=e1491c1b4b6e21352f58b94eee6d125a63566d29&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e1491c1b4b6e21352f58b94eee6d125a63566d29&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&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;lustre/obdfilter/filter_lvb.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12646" author="bobijam" created="Thu, 7 Apr 2011 18:45:33 +0000"  >&lt;p&gt;landed on fs/lustre-release&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10061" name="0001-b24336-ldlm_resource-lr_lvb_data-is-protected-by-wro.patch" size="5513" author="liang" created="Tue, 14 Dec 2010 18:23:10 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>24336.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv9kn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5085</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>