<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:47 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-513] cfs_wait_event_interruptible_exclusive is not exclusive</title>
                <link>https://jira.whamcloud.com/browse/LU-513</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;It looks like cfs_wait_event_interruptible_exclusive() was accidentally written to use  wait_event_interruptible(), when it should use wait_event_interruptible_exclusive().&lt;/p&gt;

&lt;p&gt;This was expecially apparent when trying to run lnet selftest on Sequoia IO Nodes where there is 4-way SMT with 17 cores.  This makes 68 &quot;cpus&quot; in linux, so Lustre is creating 68 cfs_wi_sd* scheduler threads.&lt;/p&gt;

&lt;p&gt;Even when writing to a single peer (over o2iblnd) with concurrency 1, I saw ALL of the cfs_wi_sd threads eating all of the CPU time.  Throughput numbers were also quite low (680MB/s writing to an x86_64 server, concurrency level 16).  My suspicion was that all of the tasks were being woken up instead of only one for each work item.  That is what eventually made me find the missing _exclusive() extension.&lt;/p&gt;

&lt;p&gt;When I changed the it to use the _exclusive() version of the function, the cfs_wi_sd* threads no longer appear at the top of &quot;top&quot;&apos;s display, and throughput jumped to 2750MB/s on the write test.&lt;/p&gt;

&lt;p&gt;This would be a problem on all architectures, but with its 68 &quot;processors&quot;, it is just more obviously a problem on Sequoia.&lt;/p&gt;

&lt;p&gt;I&apos;ll submit a one-line patch.&lt;/p&gt;</description>
                <environment>PPC64, RHEL6.1 (but should apply to all platforms)</environment>
        <key id="11357">LU-513</key>
            <summary>cfs_wait_event_interruptible_exclusive is not exclusive</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</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="liang">Liang Zhen</assignee>
                                    <reporter username="morrone">Christopher Morrone</reporter>
                        <labels>
                    </labels>
                <created>Tue, 19 Jul 2011 21:11:13 +0000</created>
                <updated>Tue, 10 Jan 2012 17:45:33 +0000</updated>
                            <resolved>Mon, 31 Oct 2011 10:24:02 +0000</resolved>
                                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.1.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="17992" author="morrone" created="Tue, 19 Jul 2011 21:14:49 +0000"  >&lt;p&gt;Patch here:&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;http://review.whamcloud.com/1118&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1118&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18181" author="pjones" created="Mon, 25 Jul 2011 08:40:58 +0000"  >&lt;p&gt;Liang&lt;/p&gt;

&lt;p&gt;Are you able to handle this landing or should I reassign it to another engineer? In any case your inspection of this (very small) patch would be appreciated&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="18186" author="liang" created="Mon, 25 Jul 2011 09:13:28 +0000"  >&lt;p&gt;Hi Peter, I think it doesn&apos;t better who is the owner because Chris has already posted the fix.&lt;/p&gt;</comment>
                            <comment id="21858" author="hudson" created="Tue, 25 Oct 2011 17:51:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21859" author="hudson" created="Tue, 25 Oct 2011 17:57:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21860" author="hudson" created="Tue, 25 Oct 2011 18:02:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21861" author="hudson" created="Tue, 25 Oct 2011 18:05:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21862" author="hudson" created="Tue, 25 Oct 2011 18:05: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21863" author="hudson" created="Tue, 25 Oct 2011 18:07:13 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21864" author="hudson" created="Tue, 25 Oct 2011 18:11:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21865" author="hudson" created="Tue, 25 Oct 2011 18:26:31 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21866" author="hudson" created="Tue, 25 Oct 2011 18:27:19 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21867" author="hudson" created="Tue, 25 Oct 2011 19:03: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/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21868" author="hudson" created="Tue, 25 Oct 2011 19:20:40 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21869" author="hudson" created="Tue, 25 Oct 2011 19:26:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21870" author="hudson" created="Tue, 25 Oct 2011 19:44:42 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="21872" author="hudson" created="Tue, 25 Oct 2011 20:09:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/310/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #310&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-513&quot; title=&quot;cfs_wait_event_interruptible_exclusive is not exclusive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-513&quot;&gt;&lt;del&gt;LU-513&lt;/del&gt;&lt;/a&gt; Make cfs_wait_event_interruptible_exclusive really exclusive&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=c202086061147673dc6ad08c52befc4931229b86&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c202086061147673dc6ad08c52befc4931229b86&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;libcfs/include/libcfs/linux/portals_compat25.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="22222" author="pjones" created="Mon, 31 Oct 2011 10:24:02 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&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|hzv8af:</customfieldvalue>

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