X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fofd%2Fofd_io.c;h=f83619483f0f5517ab8fa074586dc1fa40a110c0;hp=9305d8e14c71f0ae79d1a9e64ebe72fa521837e0;hb=83d660436a164758fd4a29c1433d11c0f4591196;hpb=eecf86131d099242d2e8c1f5d6be241ec1416c9a diff --git a/lustre/ofd/ofd_io.c b/lustre/ofd/ofd_io.c index 9305d8e..f836194 100644 --- a/lustre/ofd/ofd_io.c +++ b/lustre/ofd/ofd_io.c @@ -1310,7 +1310,7 @@ retry: GOTO(out_unlock, rc = -ENOENT); if (likely(!fake_write)) { - rc = dt_write_commit(env, o, lnb, niocount, th); + rc = dt_write_commit(env, o, lnb, niocount, th, oa->o_size); if (rc) GOTO(out_unlock, rc); }