<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    Le 02/08/2012 23:08, Sunil Mushran a &eacute;crit&nbsp;:
    <blockquote
cite="mid:CAEeiSHWM2j3rFSGHtd06QRxT2NaL1gF8k5zPYKn6AYp=06dy1g@mail.gmail.com"
      type="cite">
      <div>On Thu, Aug 2, 2012 at 12:28 PM, Vincent ETIENNE <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:ve@vetienne.net" target="_blank">ve@vetienne.net</a>&gt;</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 &nbsp;reverting commit
          &nbsp;ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1<br>
          <div class="im"><br>
            commit ea022dfb3c2a4680483b00eb2fecc9fc4f6091d1<br>
            Author: Al Viro &lt;<a moz-do-not-send="true"
              href="mailto:viro@zeniv.linux.org.uk">viro@zeniv.linux.org.uk</a>&gt;<br>
            Date: &nbsp; Thu May 3 10:14:29 2012 -0400<br>
            <br>
            &nbsp; &nbsp; ocfs: simplify symlink handling<br>
            <br>
          </div>
          &nbsp;and &nbsp;adding the correction from<br>
          <br>
          <a moz-do-not-send="true"
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>&nbsp;static int ocfs2_fast_symlink_readpage(struct file
            *unused, struct page *page)</div>
          <div>&nbsp;{</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; struct inode *inode = page-&gt;mapping-&gt;host;</div>
          <div>- &nbsp; &nbsp; &nbsp; struct buffer_head *bh;</div>
          <div>+ &nbsp; &nbsp; &nbsp; struct buffer_head *bh = NULL;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; int status = ocfs2_read_inode_block(inode,
            &amp;bh);</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; struct ocfs2_dinode *fe;</div>
          <div>&nbsp; &nbsp; &nbsp; &nbsp; const char *link;</div>
        </div>
        <div><br>
        </div>
      </div>
    </blockquote>
    latest head with only your two changes is working here, thanks a
    lot. Running now flowlessly since a few hours.<br>
    <br>
    Vincent<br>
    <br>
    <br>
    <br>
  </body>
</html>