<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:04:40 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-190] random mode opencreate will LBUG lustre client</title>
                <link>https://jira.whamcloud.com/browse/LU-190</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;we can easily get LBUG if calling open with O_CREATE but without specified mode:&lt;/p&gt;

&lt;p&gt;fd = open(filename, O_CREAT |O_RDWR);&lt;/p&gt;

&lt;p&gt;Apr  4 06:12:01 prime kernel: LustreError: 6697:0:(client.c:2083:__ptlrpc_free_req()) ASSERTION(!request-&amp;gt;rq_replay) failed: req ffff81021d734800&lt;br/&gt;
Apr  4 06:12:01 prime kernel: LustreError: 6697:0:(client.c:2083:__ptlrpc_free_req()) LBUG&lt;br/&gt;
Apr  4 06:12:01 prime kernel: Pid: 6697, comm: foo &lt;br/&gt;
Apr  4 06:12:01 prime kernel: &lt;br/&gt;
Apr  4 06:12:01 prime kernel: Call Trace:&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff887cf5f1&amp;gt;&amp;#93;&lt;/span&gt; libcfs_debug_dumpstack+0x51/0x60 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff887cfb2a&amp;gt;&amp;#93;&lt;/span&gt; lbug_with_loc+0x7a/0xd0 &lt;span class=&quot;error&quot;&gt;&amp;#91;libcfs&amp;#93;&lt;/span&gt;&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8899fbdc&amp;gt;&amp;#93;&lt;/span&gt; __ptlrpc_req_finished+0x44c/0x850 &lt;span class=&quot;error&quot;&gt;&amp;#91;ptlrpc&amp;#93;&lt;/span&gt;&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88e637aa&amp;gt;&amp;#93;&lt;/span&gt; ll_intent_release+0x11a/0x190 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff88eaa761&amp;gt;&amp;#93;&lt;/span&gt; ll_lookup_nd+0x291/0x400 &lt;span class=&quot;error&quot;&gt;&amp;#91;lustre&amp;#93;&lt;/span&gt;&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800228d9&amp;gt;&amp;#93;&lt;/span&gt; d_alloc+0x174/0x1a9&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80036d71&amp;gt;&amp;#93;&lt;/span&gt; __lookup_hash+0x10b/0x12f&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8001afef&amp;gt;&amp;#93;&lt;/span&gt; open_namei+0xf2/0x6d5&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80066b88&amp;gt;&amp;#93;&lt;/span&gt; do_page_fault+0x4fe/0x874&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff800274e7&amp;gt;&amp;#93;&lt;/span&gt; do_filp_open+0x1c/0x38&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff80019e1e&amp;gt;&amp;#93;&lt;/span&gt; do_sys_open+0x44/0xbe&lt;br/&gt;
Apr  4 06:12:01 prime kernel:  &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;lt;ffffffff8005d28d&amp;gt;&amp;#93;&lt;/span&gt; tracesys+0xd5/0xe0 &lt;/p&gt;

&lt;p&gt;after reading into code, I found it&apos;s because VFS will not check &amp;amp; validate nameidata::intent::open::create_mode before calling into lookup of llite, so llite will get a totally random lookup_intent::it_create_mode, meanwhile, llite will use high bits of it_create_mode to store M_CHECK_STALE, so it will see an unexpected M_CHECK_STALE and totally screw up logic. &lt;/p&gt;</description>
                <environment></environment>
        <key id="10542">LU-190</key>
            <summary>random mode opencreate will LBUG lustre client</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="liang">Liang Zhen</assignee>
                                    <reporter username="liang">Liang Zhen</reporter>
                        <labels>
                    </labels>
                <created>Mon, 4 Apr 2011 05:24:33 +0000</created>
                <updated>Wed, 25 Jul 2012 20:49:10 +0000</updated>
                            <resolved>Thu, 8 Dec 2011 23:26:34 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.1.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                            <comments>
                            <comment id="12039" author="hudson" created="Mon, 4 Apr 2011 07:15: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/reviews-centos5/649/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;reviews-centos5 #649&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&lt;/p&gt;

&lt;p&gt;Liang Zhen : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=d03399a030bd520557e7a3afe831420ad2caf1d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;d03399a030bd520557e7a3afe831420ad2caf1d4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12051" author="green" created="Mon, 4 Apr 2011 11:36:03 +0000"  >&lt;p&gt;This mostly looks like a kernel bug, though I agree we should not fall into this trap.&lt;br/&gt;
In fact I remember I asked people to stop using user-submitted variables to store these values.&lt;/p&gt;</comment>
                            <comment id="12148" author="liang" created="Tue, 5 Apr 2011 00:44:11 +0000"  >&lt;p&gt;yes, I agree it is a kernel bug.&lt;/p&gt;</comment>
                            <comment id="12944" author="green" created="Mon, 18 Apr 2011 12:39:49 +0000"  >&lt;p&gt;I landed the patch, but please note that I think a better fix is still needed so probably a bad idea to close this bug.&lt;br/&gt;
(btw it also exists in 1.8 I think)&lt;/p&gt;</comment>
                            <comment id="12945" author="hudson" created="Mon, 18 Apr 2011 13:01: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-centos5/203/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master-centos5 #203&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&lt;/p&gt;

&lt;p&gt;Oleg Drokin : &lt;a href=&quot;http://git.whamcloud.com/gitweb/?p=fs/lustre-release.git&amp;amp;a=commit&amp;amp;h=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12947" author="hudson" created="Mon, 18 Apr 2011 13:02:34 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/red.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=ubuntu-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,ubuntu-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12952" author="hudson" created="Mon, 18 Apr 2011 13:13:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el5-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12957" author="hudson" created="Mon, 18 Apr 2011 13:17:18 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el5-i686/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el5-i686 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12963" author="hudson" created="Mon, 18 Apr 2011 13:19:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=server,platform=el6-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el6-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12968" author="hudson" created="Mon, 18 Apr 2011 13:20:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el6-i686/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-i686 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12973" author="hudson" created="Mon, 18 Apr 2011 13:29:02 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=server,platform=el5-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12979" author="hudson" created="Mon, 18 Apr 2011 13:34:05 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=client,platform=el6-x86_64/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; client,el6-x86_64 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12985" author="hudson" created="Mon, 18 Apr 2011 13:37:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://newbuild.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://newbuild.whamcloud.com/job/lustre-master/./build_type=server,platform=el5-i686/29/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; server,el5-i686 #29&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-190&quot; title=&quot;random mode opencreate will LBUG lustre client&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-190&quot;&gt;&lt;del&gt;LU-190&lt;/del&gt;&lt;/a&gt; opencreate without mode can crash llite&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=8e04352101ce30d4b32dc218a8f2ab6396101e98&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8e04352101ce30d4b32dc218a8f2ab6396101e98&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23979" author="liang" created="Thu, 8 Dec 2011 23:26:34 +0000"  >&lt;p&gt;fix is already in master&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="11047">LU-361</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="15310">LU-1674</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzv9gv:</customfieldvalue>

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