<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:14:31 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-1206] Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)</title>
                <link>https://jira.whamcloud.com/browse/LU-1206</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;An issue with Lustre 2.1.1 (haven&apos;t tested other versions) is causing execve to fail with ETXTBUSY.&lt;/p&gt;

&lt;p&gt;There appear to be two keys to reproducing the problem:&lt;/p&gt;

&lt;p&gt;1) The file must not be writable&lt;br/&gt;
2) touch the file&lt;/p&gt;

&lt;p&gt;Here&apos;s a simple reproducer that break under lustre 2.1 on hype:&lt;/p&gt;

&lt;p&gt;  $ touch foo  # create it the first time&lt;br/&gt;
  $ chmod a-w,u+x foo&lt;br/&gt;
  $ touch foo&lt;br/&gt;
  $ ./foo&lt;br/&gt;
  -bash: ./foo: Text file busy&lt;/p&gt;

&lt;p&gt;It doesn&apos;t matter if the file has real contents or not to reproduce the problem.&lt;/p&gt;

&lt;p&gt;NOTE: I haven&apos;t been able to reproduce this on my VM in a single node configuration. I only see this on our test cluster.&lt;/p&gt;</description>
                <environment></environment>
        <key id="13531">LU-1206</key>
            <summary>Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)</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="sarah">Sarah Liu</assignee>
                                    <reporter username="prakash">Prakash Surya</reporter>
                        <labels>
                    </labels>
                <created>Mon, 12 Mar 2012 16:21:58 +0000</created>
                <updated>Thu, 27 Sep 2012 16:50:32 +0000</updated>
                            <resolved>Sun, 8 Apr 2012 15:31:00 +0000</resolved>
                                    <version>Lustre 2.1.1</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 2.3.0</fixVersion>
                    <fixVersion>Lustre 2.1.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="30908" author="pjones" created="Mon, 12 Mar 2012 18:01:31 +0000"  >&lt;p&gt;Sarah will try and reproduce this on Toro&lt;/p&gt;</comment>
                            <comment id="30960" author="prakash" created="Mon, 12 Mar 2012 21:06:14 +0000"  >&lt;p&gt;Using stap, it makes two calls to ll_file_open when trying to execute the file:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;     0 bash(20065):-&amp;gt;ll_file_open inode=0xffff8801c8ad73b8 file=0xffff88021929c9c0
    59 bash(20065):&amp;lt;-ll_file_open return=0xffffffffffffffe6
     0 bash(20065):-&amp;gt;ll_file_open inode=0xffff8801c8ad73b8 file=0xffff8801c7394e00
    78 bash(20065):&amp;lt;-ll_file_open return=0x0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The first returning the error, the second returning 0.&lt;/p&gt;

&lt;p&gt;Digging into the first call which returns the error, we have:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;00000080:00000001:0.0:1331584249.384384:0:18125:0:(file.c:509:ll_file_open()) Process entered
00000080:00200000:0.0:1331584249.384384:0:18125:0:(file.c:512:ll_file_open()) VFS Op:inode=144219945415213110/33578822(ffff8801d679aaf8), flags 100040
00000080:00000010:0.0:1331584249.384386:0:18125:0:(file.c:61:ll_file_data_get()) slab-alloced &apos;(fd)&apos;: 192 at ffff8801eda9ab00.
00000080:00000010:0.0:1331584249.384387:0:18125:0:(file.c:620:ll_file_open()) kmalloced &apos;*och_p&apos;: 40 at ffff8802192cb8c0.
00000080:00000001:0.0:1331584249.384388:0:18125:0:(file.c:633:ll_file_open()) Process leaving via out_och_free (rc=18446744073709551590 : -26 : 0xffffffffffffffe6)
00000080:00000010:0.0:1331584249.384389:0:18125:0:(file.c:672:ll_file_open()) kfreed &apos;*och_p&apos;: 40 at ffff8802192cb8c0.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Which shows it failing the following check:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt; 626                 /* md_intent_lock() didn&apos;t get a request ref if there was an
 627                  * open error, so don&apos;t do cleanup on the request here
 628                  * (bug 3430) */
 629                 /* XXX (green): Should not we bail out on any error here, not
 630                  * just open error? */
 631                 rc = it_open_error(DISP_OPEN_OPEN, it);
 632                 if (rc)
 633                         GOTO(out_och_free, rc);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="30964" author="prakash" created="Mon, 12 Mar 2012 22:10:14 +0000"  >&lt;p&gt;Backtracking to the MDS, here&apos;s what I believe originates the ETXTBSY error:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;00000004:00000001:1.0:1331602989.995422:0:5278:0:(mdt_open.c:536:mdt_write_deny()) Process entered
00000004:00000001:1.0:1331602989.995422:0:5278:0:(mdt_open.c:543:mdt_write_deny()) Process leaving (rc=18446744073709551590 : -26 : ffffffffffffffe6)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="31055" author="prakash" created="Tue, 13 Mar 2012 15:18:08 +0000"  >&lt;p&gt;From what I can tell, mdt_write_put is not called when touching an unwritable file. In this case, mdt_write_get is called which increments the mdt_object&apos;s mot_writecount field, but mdt_write_put is never called to decrement it. Thus, mot_writecount is continually increasing by one with each invocation of touch. This begs the question, why isn&apos;t mdt_write_put being called when the file is unwriteable?&lt;/p&gt;</comment>
                            <comment id="31057" author="sarah" created="Tue, 13 Mar 2012 16:54:06 +0000"  >&lt;p&gt;Cannot reproduce it on Toro. The configuration is one MDS(client-17), 6 OST(fat-amd-3) and two clients.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-19 lustre&amp;#93;&lt;/span&gt;# mount&lt;br/&gt;
/dev/sda1 on / type ext3 (rw)&lt;br/&gt;
proc on /proc type proc (rw)&lt;br/&gt;
sysfs on /sys type sysfs (rw)&lt;br/&gt;
devpts on /dev/pts type devpts (rw,gid=5,mode=620)&lt;br/&gt;
tmpfs on /dev/shm type tmpfs (rw)&lt;br/&gt;
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)&lt;br/&gt;
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)&lt;br/&gt;
nfsd on /proc/fs/nfsd type nfsd (rw)&lt;br/&gt;
client-17@tcp:/lustre on /mnt/lustre type lustre (rw,user_xattr,acl,flock)&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-19 lustre&amp;#93;&lt;/span&gt;# ls -al&lt;br/&gt;
total 12&lt;br/&gt;
drwxr-xr-x  3 root root 4096 Mar 13 13:46 .&lt;br/&gt;
drwxr-xr-x. 3 root root 4096 Mar 13 13:09 ..&lt;br/&gt;
-r-xr-&lt;del&gt;r&lt;/del&gt;-  1 root root    0 Mar 13 13:49 foo&lt;br/&gt;
drwxr-xr-x  2 root root 4096 Mar 13 13:25 .lustre&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-19 lustre&amp;#93;&lt;/span&gt;# ./foo &lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-19 lustre&amp;#93;&lt;/span&gt;# echo $?&lt;br/&gt;
0&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-19 lustre&amp;#93;&lt;/span&gt;# rpm -qa|grep lustre&lt;br/&gt;
lustre-client-tests-2.1.1-2.6.32_220.el6.x86_64.x86_64&lt;br/&gt;
lustre-client-2.1.1-2.6.32_220.el6.x86_64.x86_64&lt;br/&gt;
lustre-client-modules-2.1.1-2.6.32_220.el6.x86_64.x86_64&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-19 lustre&amp;#93;&lt;/span&gt;# &lt;/p&gt;
</comment>
                            <comment id="31058" author="prakash" created="Tue, 13 Mar 2012 17:00:13 +0000"  >&lt;p&gt;See Patch: &lt;a href=&quot;http://review.whamcloud.com/2300&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2300&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="31063" author="prakash" created="Tue, 13 Mar 2012 17:13:05 +0000"  >&lt;p&gt;Sarah,&lt;/p&gt;

&lt;p&gt;Did you &apos;touch&apos; the file *&lt;b&gt;after&lt;/b&gt;* removing it&apos;s write permission? That is key to reproducing the issue.&lt;/p&gt;</comment>
                            <comment id="31065" author="prakash" created="Tue, 13 Mar 2012 17:14:26 +0000"  >&lt;p&gt;Also, this needs to be run as a non-root user.&lt;/p&gt;</comment>
                            <comment id="31068" author="sarah" created="Tue, 13 Mar 2012 18:37:46 +0000"  >&lt;p&gt;I did the same you listed in the description, and I will try with non-root user.&lt;/p&gt;</comment>
                            <comment id="31073" author="sarah" created="Wed, 14 Mar 2012 00:26:04 +0000"  >&lt;p&gt;I tried this again with non-root and it can be reproduced on Toro. &lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;root@client-18 ~&amp;#93;&lt;/span&gt;# su sanityusr&lt;br/&gt;
bash-4.1$ cd /mnt/lustre/&lt;br/&gt;
bash-4.1$ touch foo&lt;br/&gt;
bash-4.1$ ls -al&lt;br/&gt;
total 13&lt;br/&gt;
drwxrwxrwx  3 root      root      4096 Mar 13 21:22 .&lt;br/&gt;
drwxr-xr-x. 3 root      root      4096 Mar 13 05:09 ..&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------  1 sanityusr sanityusr   65 Mar 13 21:22 .bash_history&lt;br/&gt;
&lt;del&gt;rw-r&lt;/del&gt;&lt;del&gt;r&lt;/del&gt;-  1 sanityusr sanityusr    0 Mar 13 21:22 foo&lt;br/&gt;
drwxr-xr-x  2 root      root      4096 Mar 13 13:25 .lustre&lt;br/&gt;
bash-4.1$ chmod a-w,u+x foo&lt;br/&gt;
bash-4.1$ ls -al&lt;br/&gt;
total 16&lt;br/&gt;
drwxrwxrwx  3 root      root      4096 Mar 13 21:22 .&lt;br/&gt;
drwxr-xr-x. 3 root      root      4096 Mar 13 05:09 ..&lt;br/&gt;
&lt;del&gt;rw&lt;/del&gt;------  1 sanityusr sanityusr   65 Mar 13 21:22 .bash_history&lt;br/&gt;
-r-xr-&lt;del&gt;r&lt;/del&gt;-  1 sanityusr sanityusr    0 Mar 13 21:22 foo&lt;br/&gt;
drwxr-xr-x  2 root      root      4096 Mar 13 13:25 .lustre&lt;br/&gt;
bash-4.1$ touch foo&lt;br/&gt;
bash-4.1$ ./foo &lt;br/&gt;
bash: ./foo: Text file busy&lt;br/&gt;
bash-4.1$ &lt;/p&gt;</comment>
                            <comment id="31074" author="prakash" created="Wed, 14 Mar 2012 00:32:19 +0000"  >&lt;p&gt;Perfect! Can you apply the patch I posted earlier and try the same test? That patch fixes the issue for me in my very limited testing.&lt;/p&gt;</comment>
                            <comment id="31117" author="morrone" created="Wed, 14 Mar 2012 13:45:04 +0000"  >&lt;p&gt;Please also assign reviewers for Prakash&apos;s patch.&lt;/p&gt;</comment>
                            <comment id="31342" author="hudson" created="Fri, 16 Mar 2012 11:45:35 +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/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31343" author="hudson" created="Fri, 16 Mar 2012 11:46: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-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31344" author="hudson" created="Fri, 16 Mar 2012 11:48: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=client,distro=el6,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31345" author="hudson" created="Fri, 16 Mar 2012 11:48:55 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31346" author="hudson" created="Fri, 16 Mar 2012 11:49:51 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31347" author="hudson" created="Fri, 16 Mar 2012 11:51:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31348" author="hudson" created="Fri, 16 Mar 2012 11:53: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=client,distro=el6,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31349" author="hudson" created="Fri, 16 Mar 2012 11:53: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/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31350" author="hudson" created="Fri, 16 Mar 2012 11:55:56 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31351" author="hudson" created="Fri, 16 Mar 2012 11:56: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=i686,build_type=server,distro=el6,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31352" author="hudson" created="Fri, 16 Mar 2012 11:57: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-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31353" author="hudson" created="Fri, 16 Mar 2012 11:58:06 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31354" author="hudson" created="Fri, 16 Mar 2012 11:58:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31355" author="hudson" created="Fri, 16 Mar 2012 11:59: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=i686,build_type=client,distro=el5,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31356" author="hudson" created="Fri, 16 Mar 2012 12:04:38 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31357" author="hudson" created="Fri, 16 Mar 2012 12:10: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=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31358" author="hudson" created="Fri, 16 Mar 2012 12:12:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31361" author="hudson" created="Fri, 16 Mar 2012 12:33: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=i686,build_type=server,distro=el5,ib_stack=inkernel/519/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #519&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31529" author="hudson" created="Tue, 20 Mar 2012 00:38:46 +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/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31531" author="hudson" created="Tue, 20 Mar 2012 00:39: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-b2_2/./arch=i686,build_type=client,distro=el6,ib_stack=ofa/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el6,ofa #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31533" author="hudson" created="Tue, 20 Mar 2012 00:43: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-b2_2/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31535" author="hudson" created="Tue, 20 Mar 2012 00:43: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=server,distro=el6,ib_stack=ofa/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el6,ofa #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31537" author="hudson" created="Tue, 20 Mar 2012 00:46: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-b2_2/./arch=x86_64,build_type=client,distro=el6,ib_stack=ofa/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31539" author="hudson" created="Tue, 20 Mar 2012 00:47: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-b2_2/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31541" author="hudson" created="Tue, 20 Mar 2012 00:48:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el6,inkernel #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31543" author="hudson" created="Tue, 20 Mar 2012 00:49:46 +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/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el5,inkernel #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31545" author="hudson" created="Tue, 20 Mar 2012 00:50:36 +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/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31547" author="hudson" created="Tue, 20 Mar 2012 00:51:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=x86_64,build_type=server,distro=el6,ib_stack=ofa/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31549" author="hudson" created="Tue, 20 Mar 2012 00:54: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=i686,build_type=server,distro=el6,ib_stack=inkernel/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el6,inkernel #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31551" author="hudson" created="Tue, 20 Mar 2012 00:56:59 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el5,ofa #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31553" author="hudson" created="Tue, 20 Mar 2012 01:04: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-b2_2/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31555" author="hudson" created="Tue, 20 Mar 2012 01: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-b2_2/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,client,el5,ofa #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31558" author="hudson" created="Tue, 20 Mar 2012 01:20:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31560" author="hudson" created="Tue, 20 Mar 2012 01:21:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_2/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/14/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_2 &#187; i686,server,el5,inkernel #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31562" author="hudson" created="Tue, 20 Mar 2012 01:48: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="31566" author="hudson" created="Tue, 20 Mar 2012 02:04: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=el5,ib_stack=ofa/14/&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 #14&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5)&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=3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;3aaefe6e74d64b0abf804cdb06f8e2a18a69f2e5&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34001" author="hudson" created="Sun, 8 Apr 2012 13:40:03 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,sles11,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34024" author="hudson" created="Sun, 8 Apr 2012 13:42: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-b2_1/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34047" author="hudson" created="Sun, 8 Apr 2012 13:44:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34070" author="hudson" created="Sun, 8 Apr 2012 13:44: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_1/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34093" author="hudson" created="Sun, 8 Apr 2012 13:44:52 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34116" author="hudson" created="Sun, 8 Apr 2012 13:53:02 +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_1/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34139" author="hudson" created="Sun, 8 Apr 2012 13:54:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el6,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34162" author="hudson" created="Sun, 8 Apr 2012 13:55:36 +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_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34185" author="hudson" created="Sun, 8 Apr 2012 13:58: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_1/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34208" author="hudson" created="Sun, 8 Apr 2012 14:07:53 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,server,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34231" author="hudson" created="Sun, 8 Apr 2012 14:13:10 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_1/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,server,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34254" author="hudson" created="Sun, 8 Apr 2012 14:17: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_1/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; x86_64,client,el5,ofa #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="34277" author="hudson" created="Sun, 8 Apr 2012 14:24:33 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/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_1/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/41/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b2_1 &#187; i686,client,el5,inkernel #41&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 9d8952e6f72554608d35d7d1a6955ff82dc364d1)&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_1&amp;amp;a=commit&amp;amp;h=9d8952e6f72554608d35d7d1a6955ff82dc364d1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;9d8952e6f72554608d35d7d1a6955ff82dc364d1&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36070" author="hudson" created="Wed, 2 May 2012 14:53: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-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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36367" author="hudson" created="Wed, 2 May 2012 14:54: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-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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36664" author="hudson" created="Wed, 2 May 2012 14:58:11 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="36962" author="hudson" created="Wed, 2 May 2012 15:13: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-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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37259" author="hudson" created="Wed, 2 May 2012 15:14:41 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-dev/./arch=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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37557" author="hudson" created="Wed, 2 May 2012 15:19:37 +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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="37854" author="hudson" created="Wed, 2 May 2012 15:37: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-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-1206&quot; title=&quot;Executing unwriteable, recently touched file returns ETXTBSY (Text file busy)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1206&quot;&gt;&lt;del&gt;LU-1206&lt;/del&gt;&lt;/a&gt;: mdt: Fix error handling in mdt_mfd_open (Revision 11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4)&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=11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;11c63d251e4d121bab0e97ccd69e9fd6d5ba38e4&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/mdt/mdt_open.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="13577">LU-1220</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|hzv74f:</customfieldvalue>

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