<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello Mark,</p>
    <p>There is a piece of comment that confused me, please correct me:<br>
    </p>
    <a class="moz-txt-link-freetext" href="https://github.com/torvalds/linux/blob/master/fs/ocfs2/file.c#L2274">https://github.com/torvalds/linux/blob/master/fs/ocfs2/file.c#L2274</a><br>
    ```<br>
    ocfs2_file_write_iter() {<br>
    ...<br>
     /*   <br>
             * deep in g_f_a_w_n()-&gt;ocfs2_direct_IO we pass in a
    ocfs2_dio_end_io<br>
             * function pointer which is called when o_direct io
    completes so that<br>
             * it can unlock our rw lock.<br>
    ...<br>
    }<br>
    ```<br>
    Should g_f_a_w_n() be g_f_a_w_i() instead? Because grep only hits
    (__)generic_file_write_iter() by pattern.<br>
    <br>
    Thanks,<br>
    Eric<br>
    <br>
  </body>
</html>