From: Baptiste Daroussin Date: Tue, 10 Mar 2026 21:15:01 +0000 (+0100) Subject: remove useless fsync X-Git-Tag: RELEASE_1_8_0~8 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f2554f28670bcf91c15ffebcec0142df77d8fc60;p=thirdparty%2Fmlmmj.git remove useless fsync --- diff --git a/src/do_all_the_voodoo_here.c b/src/do_all_the_voodoo_here.c index a6131d81..20f3898a 100644 --- a/src/do_all_the_voodoo_here.c +++ b/src/do_all_the_voodoo_here.c @@ -124,7 +124,6 @@ int do_all_the_voodoo_here(int infd, int outfd, int hdrfd, int footfd, fclose(f); return -1; } - fsync(outfd); } hdrsadded = true; } @@ -168,7 +167,6 @@ int do_all_the_voodoo_here(int infd, int outfd, int hdrfd, int footfd, fclose(f); return -1; } - fsync(outfd); } }