<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:09:03 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-645] getcwd fails</title>
                <link>https://jira.whamcloud.com/browse/LU-645</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;we are seeing getcwd fail sometimes.&lt;/p&gt;

&lt;p&gt;Fortran codes are preferentially seeing this because Intel&apos;s fortran runtime does a getcwd() before&lt;br/&gt;
every open() call (and also doesn&apos;t check that getcwd() succeeded, but that&apos;s another story).&lt;/p&gt;

&lt;p&gt;I wrote a LD_PRELOAD for getcwd that does logging and also retries the getcwd call. you can see&lt;br/&gt;
from the below few examples that on the first try it&apos;s seeing ENOENT, and on the second try it&lt;br/&gt;
works.&lt;/p&gt;

&lt;p&gt;Oct 18 21:18:52 v1195 NF: getcwd: mpi rank 5, host v1195: &lt;span class=&quot;error&quot;&gt;&amp;#91;26037&amp;#93;&lt;/span&gt;: failed: size 4096, buf&lt;br/&gt;
0x7fffffff64d0, ret (nil): No such file or directory  &lt;br/&gt;
Oct 18 21:18:52 v1195 NF: getcwd: mpi rank 5, host v1195: &lt;span class=&quot;error&quot;&gt;&amp;#91;26037&amp;#93;&lt;/span&gt;: succeeded at try 2 of 10: size&lt;br/&gt;
4096, buf 0x7fffffff64d0, ret 0x7fffffff64d0, path&lt;br/&gt;
/short/&amp;lt;project&amp;gt;/&amp;lt;username&amp;gt;/BRAN/BRAN2.0R4/OFAM/workdir  &lt;br/&gt;
Oct 18 23:59:02 v1258 NF: getcwd: mpi rank 6, host v1258: &lt;span class=&quot;error&quot;&gt;&amp;#91;21909&amp;#93;&lt;/span&gt;: failed: size 4096, buf&lt;br/&gt;
0x7fffffff3c50, ret (nil): No such file or directory  &lt;br/&gt;
Oct 18 23:59:02 v1258 NF: getcwd: mpi rank 6, host v1258: &lt;span class=&quot;error&quot;&gt;&amp;#91;21909&amp;#93;&lt;/span&gt;: succeeded at try 2 of 10: size&lt;br/&gt;
4096, buf 0x7fffffff3c50, ret 0x7fffffff3c50, path&lt;br/&gt;
/short/&amp;lt;project&amp;gt;/&amp;lt;username&amp;gt;/BRAN/BRAN2.0R4/OFAM/workdir  &lt;br/&gt;
Oct 19 04:54:15 v1167 NF: getcwd: mpi rank 4, host v1167: &lt;span class=&quot;error&quot;&gt;&amp;#91;24760&amp;#93;&lt;/span&gt;: failed: size 4096, buf&lt;br/&gt;
0x7fffffff3c50, ret (nil): No such file or directory  &lt;br/&gt;
Oct 19 04:54:15 v1167 NF: getcwd: mpi rank 4, host v1167: &lt;span class=&quot;error&quot;&gt;&amp;#91;24760&amp;#93;&lt;/span&gt;: succeeded at try 2 of 10: size&lt;br/&gt;
4096, buf 0x7fffffff3c50, ret 0x7fffffff3c50, path&lt;br/&gt;
/short/&amp;lt;project&amp;gt;/&amp;lt;username&amp;gt;/BRAN/BRAN2.0R4/OFAM/workdir  &lt;br/&gt;
Oct 19 04:54:15 v1193 NF: getcwd: mpi rank 39, host v1193: &lt;span class=&quot;error&quot;&gt;&amp;#91;7384&amp;#93;&lt;/span&gt;: failed: size 4096, buf&lt;br/&gt;
0x7fffffff4690, ret (nil): No such file or directory  &lt;br/&gt;
Oct 19 04:54:15 v1193 NF: getcwd: mpi rank 39, host v1193: &lt;span class=&quot;error&quot;&gt;&amp;#91;7384&amp;#93;&lt;/span&gt;: succeeded at try 2 of 10: size&lt;br/&gt;
4096, buf 0x7fffffff4690, ret 0x7fffffff4690, path&lt;br/&gt;
/short/&amp;lt;project&amp;gt;/&amp;lt;username&amp;gt;/BRAN/BRAN2.0R4/OFAM/workdir  &lt;/p&gt;

&lt;p&gt;we have tried but can&apos;t find a simple reproducer for the problem - hence we resorted to a&lt;br/&gt;
LD_PRELOAD so that user codes could detect it for us. we think 16 and 32 node (128 and 256 process)&lt;br/&gt;
parallel jobs see it much more than serial jobs. the directories failing the getcwd() are not&lt;br/&gt;
usually recently created (the one failing above is a month old), and obviously getcwd() is usually&lt;br/&gt;
succeeding for all processes in most jobs, but sometimes fails for one or perhaps 2 processes in a&lt;br/&gt;
job.&lt;/p&gt;

&lt;p&gt;the problem seems to have surfaced relatively recently - possibly with lustre 1.8.3 clients, but we&lt;br/&gt;
aren&apos;t sure about that.&lt;/p&gt;

&lt;p&gt;client kernels are vanilla 2.6.27.54 with lustre 1.8.3 with some patches from 1.8.4 (bz 22309&lt;br/&gt;
attach 30455, bz 22610 attach 29931, bz 22786 attach 29866, bz 22889 attach 30111)&lt;/p&gt;

&lt;p&gt;server kernels are 2.6.18-164.11.1.el5 with lustre 1.8.2 with some patches from 1.8.3 (bz 17197&lt;br/&gt;
attach 28672, bz 22177 attach 28798,29030)&lt;/p&gt;

&lt;p&gt;all machines are centos5.5 x86_64 o2ib.&lt;br/&gt;
-&lt;/p&gt;</description>
                <environment>lustre 1.8.4</environment>
        <key id="11621">LU-645</key>
            <summary>getcwd fails</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="bobijam">Zhenyu Xu</assignee>
                                    <reporter username="qm137">James Karellas</reporter>
                        <labels>
                    </labels>
                <created>Mon, 29 Aug 2011 19:10:31 +0000</created>
                <updated>Wed, 20 Feb 2013 09:50:38 +0000</updated>
                            <resolved>Mon, 12 Dec 2011 14:01:19 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 2.2.0</fixVersion>
                    <fixVersion>Lustre 1.8.8</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="19742" author="pjones" created="Mon, 29 Aug 2011 19:31:15 +0000"  >&lt;p&gt;Bobijam&lt;/p&gt;

&lt;p&gt;Could you please have a look at this one?&lt;/p&gt;

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

&lt;p&gt;Peter&lt;/p&gt;</comment>
                            <comment id="19768" author="bobijam" created="Tue, 30 Aug 2011 06:21:40 +0000"  >&lt;p&gt;would you mind providing dmesg, debug logs which covers the time span when getcwd() error happens?&lt;/p&gt;</comment>
                            <comment id="20480" author="jaylan" created="Fri, 23 Sep 2011 16:58:19 +0000"  >&lt;p&gt;Hi Zhenyu,&lt;/p&gt;

&lt;p&gt;There are debug logs from three events (as attatchment) in Oracle bugzilla 23978.&lt;/p&gt;

&lt;p&gt;I will ask my customers try to recreate the problem and get dmesg for you.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Jay&lt;/p&gt;</comment>
                            <comment id="20487" author="jaylan" created="Fri, 23 Sep 2011 20:22:22 +0000"  >&lt;p&gt;Here is a reproducer (a Fortran program):&lt;/p&gt;

&lt;p&gt;      program getcwd_bug&lt;br/&gt;
! reproducer for the getcwd bug&lt;br/&gt;
! run with lots (preferably &amp;gt; 400) processes to see the bug&lt;br/&gt;
      use mpi&lt;br/&gt;
      character (len=20) :: filename&lt;/p&gt;

&lt;p&gt;      call mpi_init(ierr)&lt;br/&gt;
      call mpi_comm_rank(mpi_comm_world, myrank, ierr)&lt;/p&gt;

&lt;p&gt;      do j = 1,100&lt;br/&gt;
      do i = 1,200&lt;br/&gt;
      write(filename,&apos;(a,i3.3)&apos;) &apos;out.&apos;,i&lt;br/&gt;
      call mpi_barrier(mpi_comm_world, ierr)&lt;br/&gt;
      open(120+i,file=trim(filename),form=&apos;unformatted&apos;)&lt;br/&gt;
      if (myrank .eq. i-1) write(120+i) i+j&lt;br/&gt;
      enddo&lt;br/&gt;
      call mpi_barrier(mpi_comm_world, ierr)&lt;br/&gt;
      close(120+i)&lt;br/&gt;
      enddo&lt;/p&gt;

&lt;p&gt;      if (myrank .eq. 0) print *, &apos;All files opened successfully&apos;&lt;/p&gt;

&lt;p&gt;      call dummy&lt;/p&gt;

&lt;p&gt;      call mpi_finalize(ierr)&lt;br/&gt;
      end&lt;/p&gt;

&lt;p&gt;      subroutine dummy&lt;br/&gt;
      end&lt;/p&gt;


&lt;p&gt;Just compile it with:&lt;/p&gt;

&lt;p&gt;ifort -o getcwd_bug getcwd_bug.f -lmpi&lt;/p&gt;

&lt;p&gt;and run with:&lt;/p&gt;

&lt;p&gt;mpiexec -n 400 ./getcwd_bug&lt;/p&gt;

&lt;p&gt;You will probably need to change the mpiexec command to use the&lt;br/&gt;
hostfile containing the nodes that you will want to run on.&lt;/p&gt;

&lt;p&gt;You need to have many processes trying to open the same file&lt;br/&gt;
to see the problem.  With 16 CPUs, you&apos;ll probably need to&lt;br/&gt;
run many times or for a longer time before it fails with&lt;br/&gt;
the getcwd bug.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Jay&lt;/p&gt;</comment>
                            <comment id="20536" author="bobijam" created="Wed, 28 Sep 2011 06:46:29 +0000"  >&lt;p&gt;master patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1434&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1434&lt;/a&gt;&lt;br/&gt;
b1_8 patch tracking at &lt;a href=&quot;http://review.whamcloud.com/1435&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1435&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="23065" author="hudson" created="Wed, 16 Nov 2011 08:20: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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23066" author="hudson" created="Wed, 16 Nov 2011 08:24:01 +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-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23067" author="hudson" created="Wed, 16 Nov 2011 08:25: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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23068" author="hudson" created="Wed, 16 Nov 2011 08:25: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-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23069" author="hudson" created="Wed, 16 Nov 2011 08:30: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-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23070" author="hudson" created="Wed, 16 Nov 2011 08:31: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23072" author="hudson" created="Wed, 16 Nov 2011 08:32: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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23073" author="hudson" created="Wed, 16 Nov 2011 08:33:26 +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-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23076" author="hudson" created="Wed, 16 Nov 2011 08:42: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-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23078" author="hudson" created="Wed, 16 Nov 2011 08:44:54 +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-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="23079" author="hudson" created="Wed, 16 Nov 2011 08:49: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-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/156/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #156&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; Avoid unnecessary dentry rehashing (Revision fa111106572c8206fb8b6477617bea4fc483a37d)&lt;/p&gt;

&lt;p&gt;     Result = SUCCESS&lt;br/&gt;
Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=fa111106572c8206fb8b6477617bea4fc483a37d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;fa111106572c8206fb8b6477617bea4fc483a37d&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/dcache.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/namei.c&lt;/li&gt;
	&lt;li&gt;lustre/llite/statahead.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24125" author="hudson" created="Mon, 12 Dec 2011 13: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-master/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24143" author="hudson" created="Mon, 12 Dec 2011 13:54:07 +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/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24163" author="hudson" created="Mon, 12 Dec 2011 13:59:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=sles11,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,sles11,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24181" author="pjones" created="Mon, 12 Dec 2011 14:01:19 +0000"  >&lt;p&gt;Landed for 2.2&lt;/p&gt;</comment>
                            <comment id="24182" author="hudson" created="Mon, 12 Dec 2011 14:01:58 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24200" author="hudson" created="Mon, 12 Dec 2011 14:03: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=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,ubuntu1004,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24219" author="hudson" created="Mon, 12 Dec 2011 14:08:08 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24237" author="hudson" created="Mon, 12 Dec 2011 14:14:00 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24255" author="hudson" created="Mon, 12 Dec 2011 14:16:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el6,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el6,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24273" author="hudson" created="Mon, 12 Dec 2011 14:18:39 +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/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24291" author="hudson" created="Mon, 12 Dec 2011 14:19:39 +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/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,client,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24309" author="hudson" created="Mon, 12 Dec 2011 14:20: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=x86_64,build_type=server,distro=el5,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,server,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24327" author="hudson" created="Mon, 12 Dec 2011 14:22:09 +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/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; x86_64,client,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24358" author="hudson" created="Mon, 12 Dec 2011 15:57:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-master/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,inkernel #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="24376" author="hudson" created="Mon, 12 Dec 2011 16:08: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/376/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-master &#187; i686,server,el5,ofa #376&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-645&quot; title=&quot;getcwd fails&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-645&quot;&gt;&lt;del&gt;LU-645&lt;/del&gt;&lt;/a&gt; llite: Avoid unnecessary dentry rehashing (Revision b2d0facce07e734e4aa14653d0ef637dc553cb4a)&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=b2d0facce07e734e4aa14653d0ef637dc553cb4a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;b2d0facce07e734e4aa14653d0ef637dc553cb4a&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/llite/llite_internal.h&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="41224" author="jaylan" created="Wed, 27 Jun 2012 18:39:06 +0000"  >&lt;p&gt;Could you please port the fix to b2_1 branch also? It would be just a simple cherry-pick from the b1_8 without conflicts. Thanks!&lt;/p&gt;</comment>
                            <comment id="41237" author="bobijam" created="Thu, 28 Jun 2012 01:10:04 +0000"  >&lt;p&gt;b2_1 patch tracking at &lt;a href=&quot;http://review.whamcloud.com/3206&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3206&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="41636" author="jaylan" created="Mon, 9 Jul 2012 18:15:30 +0000"  >&lt;p&gt;I have signed off my review for b2_1 patch. Do you need another reviewer before you can land the patch?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>23978.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzv7xj:</customfieldvalue>

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