<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:13:13 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-1070] Inconsistent CLIO lock state maybe cause cl_lock cannot be cached</title>
                <link>https://jira.whamcloud.com/browse/LU-1070</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;According to current CLIO lock state machine rules, the last &quot;unuse()&quot; maybe changes the cl_lock state to CLS_CACHED or CLS_NEW, and only the CLS_HELD cl_lock can be changed to CLS_CACHED.&lt;/p&gt;

&lt;p&gt;On the other hand, with AGL introduced, the AGL RPC sponsor maybe exits the cl_lock processing without &quot;wait()&quot; called before corresponding OSC lock &quot;upcall()&quot;, then it is the last &quot;unuse()&quot; duty to update the cl_lock state according to the low layer osc_lock state. To make the cl_lock interface clean, &quot;wait()&quot; should be called when the last &quot;unuse()&quot; called. Currently, it is done in &quot;lov_lock_unuse()&quot; against toplock. But OSC lock &quot;upcall()&quot; is against sublock. So the sublock state maybe un-updated, and inconsistent with low layer osc_lock state, then when the last &quot;unuse()&quot;, its state cannot be changed to CLS_CACHED as expectation.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13102">LU-1070</key>
            <summary>Inconsistent CLIO lock state maybe cause cl_lock cannot be cached</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.whamcloud.com/images/icons/priorities/blocker.svg">Blocker</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="yong.fan">nasf</assignee>
                                    <reporter username="yong.fan">nasf</reporter>
                        <labels>
                    </labels>
                <created>Sun, 5 Feb 2012 20:59:48 +0000</created>
                <updated>Wed, 2 May 2012 15:37:30 +0000</updated>
                            <resolved>Thu, 15 Mar 2012 08:25:47 +0000</resolved>
                                    <version>Lustre 2.2.0</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.3.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="30853" author="adilger" created="Mon, 12 Mar 2012 13:40:02 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/2099&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2099&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Can you please comment on whether this is a problem that will affect usage of the filesystem (e.g. LBUG/LASSERT failure, deadlock/hang, oops) or if it is just a code style or correctness cleanup that does not affect users?&lt;/p&gt;</comment>
                            <comment id="30963" author="yong.fan" created="Mon, 12 Mar 2012 22:08:45 +0000"  >&lt;p&gt;There are two potencial affect:&lt;/p&gt;

&lt;p&gt;1) If cl_lock state cannot be changed to CLS_CACHED when the last user exits, the cl_lock (established by AGL) will be released from memory, although related ldlm lock still cached on client. Then when the real size user (directory traversing thread) comes, it has to re-establish cl_lock and alias the cl_lock to the cached ldlm lock by itself.&lt;/p&gt;

&lt;p&gt;2) The inconsistent cl_lock state may trigger LBUG() in osc_lock_enqueue() as following:&lt;br/&gt;
===============&lt;br/&gt;
LustreError: 19238:0:(osc_lock.c:1179:osc_lock_enqueue()) ASSERTION(ols-&amp;gt;ols_state == OLS_NEW) failed: Impossible state: 4^M&lt;br/&gt;
LustreError: 19238:0:(osc_lock.c:1179:osc_lock_enqueue()) LBUG^M&lt;br/&gt;
Kernel panic - not syncing: LBUG^M&lt;br/&gt;
===============&lt;br/&gt;
Although it is not easy to be triggered (not reported on maloo until now), I really found the LBUG() in my local test.&lt;/p&gt;

&lt;p&gt;So the patch &lt;a href=&quot;http://review.whamcloud.com/#change,2099&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,2099&lt;/a&gt; is necessary.&lt;/p&gt;</comment>
                            <comment id="30967" author="adilger" created="Mon, 12 Mar 2012 23:09:36 +0000"  >&lt;p&gt;Marking this as a potential 2.2 blocker until we can discuss this at the next meeting. &lt;/p&gt;</comment>
                            <comment id="31215" author="hudson" created="Wed, 14 Mar 2012 16:07: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-b2_2/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,client,el6,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31216" author="hudson" created="Wed, 14 Mar 2012 16:08: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-b2_2/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el6,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31218" author="hudson" created="Wed, 14 Mar 2012 16:14: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-b2_2/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,client,el6,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31219" author="hudson" created="Wed, 14 Mar 2012 16:16:48 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el6,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31220" author="hudson" created="Wed, 14 Mar 2012 16: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-b2_2/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,client,sles11,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31221" author="hudson" created="Wed, 14 Mar 2012 16:30:16 +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/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31222" author="hudson" created="Wed, 14 Mar 2012 16:30:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el5,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31224" author="hudson" created="Wed, 14 Mar 2012 16:34:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,server,el5,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31225" author="hudson" created="Wed, 14 Mar 2012 16:37:20 +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/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31226" author="hudson" created="Wed, 14 Mar 2012 16:39: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-b2_2/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,server,el6,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31228" author="hudson" created="Wed, 14 Mar 2012 16:41: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-b2_2/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el5,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31229" author="hudson" created="Wed, 14 Mar 2012 16:42:00 +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-b2_2/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,server,el5,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31230" author="hudson" created="Wed, 14 Mar 2012 16:45:16 +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/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31231" author="hudson" created="Wed, 14 Mar 2012 16:45: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=i686,build_type=client,distro=el6,ib_stack=ofa/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31232" author="hudson" created="Wed, 14 Mar 2012 16:46:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31233" author="hudson" created="Wed, 14 Mar 2012 16:48: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-b2_2/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,client,el5,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31234" author="hudson" created="Wed, 14 Mar 2012 16:52:22 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31235" author="hudson" created="Wed, 14 Mar 2012 16:52: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-b2_2/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,client,ubuntu1004,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31236" author="hudson" created="Wed, 14 Mar 2012 16:55:32 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31237" author="hudson" created="Wed, 14 Mar 2012 16:56:00 +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/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31238" author="hudson" created="Wed, 14 Mar 2012 16:59: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-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31239" author="hudson" created="Wed, 14 Mar 2012 17:02:49 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31240" author="hudson" created="Wed, 14 Mar 2012 17:03: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-b2_2/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,client,el5,inkernel #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31241" author="hudson" created="Wed, 14 Mar 2012 17:05:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31242" author="hudson" created="Wed, 14 Mar 2012 17:07:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el6,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31243" author="hudson" created="Wed, 14 Mar 2012 17:09:04 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31244" author="hudson" created="Wed, 14 Mar 2012 17:15: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=x86_64,build_type=client,distro=el5,ib_stack=ofa/517/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #517&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31245" author="hudson" created="Wed, 14 Mar 2012 17:18: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/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/10/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; x86_64,server,el6,ofa #10&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31279" author="pjones" created="Thu, 15 Mar 2012 08:25:47 +0000"  >&lt;p&gt;Landed for 2.2 and 2.3&lt;/p&gt;</comment>
                            <comment id="31326" author="hudson" created="Fri, 16 Mar 2012 10:49: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-master/./arch=i686,build_type=server,distro=el6,ib_stack=ofa/518/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #518&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31330" author="hudson" created="Fri, 16 Mar 2012 10:55:20 +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/518/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #518&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31334" author="hudson" created="Fri, 16 Mar 2012 11:00: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=ubuntu1004,ib_stack=inkernel/518/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #518&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31336" author="hudson" created="Fri, 16 Mar 2012 11:08:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/518/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #518&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31340" author="hudson" created="Fri, 16 Mar 2012 11:37:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/518/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #518&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31451" author="hudson" created="Sat, 17 Mar 2012 13:25:20 +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-b2_2/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el6,inkernel #12&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31462" author="hudson" created="Sat, 17 Mar 2012 17:20:16 +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-b2_2/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/13/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el5,inkernel #13&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision f7523b9151a0e9321d1e369a68ff1a48bbf60d30)&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/b2_2&amp;amp;a=commit&amp;amp;h=f7523b9151a0e9321d1e369a68ff1a48bbf60d30&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;f7523b9151a0e9321d1e369a68ff1a48bbf60d30&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36182" author="hudson" created="Wed, 2 May 2012 14:53: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-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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36479" author="hudson" created="Wed, 2 May 2012 14:55:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36776" author="hudson" created="Wed, 2 May 2012 14:58: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-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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37074" author="hudson" created="Wed, 2 May 2012 15:13: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-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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37371" author="hudson" created="Wed, 2 May 2012 15:14: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/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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37669" author="hudson" created="Wed, 2 May 2012 15:19:43 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37966" author="hudson" created="Wed, 2 May 2012 15:37: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-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-1070&quot; title=&quot;Inconsistent CLIO lock state maybe cause cl_lock cannot be cached&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1070&quot;&gt;&lt;del&gt;LU-1070&lt;/del&gt;&lt;/a&gt; agl: update lock state when AGL upcall (Revision 0125d830821f08854adc587f831d06bf30ccbfe8)&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=0125d830821f08854adc587f831d06bf30ccbfe8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;0125d830821f08854adc587f831d06bf30ccbfe8&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/osc/osc_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/lov/lov_lock.c&lt;/li&gt;
	&lt;li&gt;lustre/include/cl_object.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv74n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4689</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>
                                                                                                                                                    <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>