Thanks for your help.<div><br><div class="gmail_quote">On Fri, Aug 3, 2012 at 12:22 AM, Vincent ETIENEN <span dir="ltr"><<a href="mailto:ve@vetienne.net" target="_blank">ve@vetienne.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<br>
<br>
Le 02/08/2012 23:08, Sunil Mushran a �crit�:
<div><div class="h5"><blockquote type="cite">
<div>On Thu, Aug 2, 2012 at 12:28 PM, Vincent ETIENNE <span dir="ltr"><<a href="mailto:ve@vetienne.net" target="_blank">ve@vetienne.net</a>></span>
wrote:</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi<br>
<br>
based on current git ( commit
1a9b4993b70fb1884716902774dc9025b457760d )<br>
and �reverting commit
�ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1<br>
<div><br>
commit ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1<br>
Author: Al Viro <<a href="mailto:viro@zeniv.linux.org.uk" target="_blank">viro@zeniv.linux.org.uk</a>><br>
Date: � Thu May 3 10:14:29 2012 -0400<br>
<br>
� � ocfs: simplify symlink handling<br>
<br>
</div>
�and �adding the correction from<br>
<br>
<a href="https://oss.oracle.com/git/?p=smushran/linux-2.6.git;a=commit;h=a2118b301104a24381b414bc93371d666fe8d43a" target="_blank">https://oss.oracle.com/git/?p=smushran/linux-2.6.git;a=commit;h=a2118b301104a24381b414bc93371d666fe8d43a</a><br>
<br>
suppres the fallocate bug<br>
<br>
and lead to no oops. At least immediatly. Will let it run some
times<br>
</blockquote>
<div><br>
</div>
<div><br>
</div>
<div>Apply this change and re-run:</div>
<div><br>
</div>
<div>
<div>diff --git a/fs/ocfs2/symlink.c b/fs/ocfs2/symlink.c</div>
<div>index f1fbb4b..66edce7 100644</div>
<div>--- a/fs/ocfs2/symlink.c</div>
<div>+++ b/fs/ocfs2/symlink.c</div>
<div>@@ -57,7 +57,7 @@</div>
<div>�static int ocfs2_fast_symlink_readpage(struct file
*unused, struct page *page)</div>
<div>�{</div>
<div>� � � � struct inode *inode = page->mapping->host;</div>
<div>- � � � struct buffer_head *bh;</div>
<div>+ � � � struct buffer_head *bh = NULL;</div>
<div>� � � � int status = ocfs2_read_inode_block(inode,
&bh);</div>
<div>� � � � struct ocfs2_dinode *fe;</div>
<div>� � � � const char *link;</div>
</div>
<div><br>
</div>
</div>
</blockquote></div></div>
latest head with only your two changes is working here, thanks a
lot. Running now flowlessly since a few hours.<span class="HOEnZb"><font color="#888888"><br>
<br>
Vincent<br>
<br>
<br>
<br>
</font></span></div>
</blockquote></div><br></div>