<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 class="im"><br>
commit ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1<br>
Author: Al Viro <<a href="mailto:viro@zeniv.linux.org.uk">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>