Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix issue seen on 34f5b82ed231ecce .
authordegomme <adegomme@users.noreply.github.com>
Fri, 19 Apr 2019 08:41:02 +0000 (10:41 +0200)
committerdegomme <adegomme@users.noreply.github.com>
Fri, 19 Apr 2019 09:33:07 +0000 (11:33 +0200)
commitfa0fb4079f99cf9ceda4ea3537b05f0723e48d29
treec8c07ea9a857edba2303bdf98eab7c4a867816aa
parentff70cf089d158e894b4a0161045f06d34dbf67e2
fix issue seen on 34f5b82ed231ecce .
We were writing inside an existing file, reducing its size for the fs.
And then used_size was becoming <0, which for an unsigned is quite large.
This seems to point to another issue in storage, as used_size might not be initialized properly
src/plugins/file_system/s4u_FileSystem.cpp
teshsuite/smpi/io-all/io-all.c
teshsuite/smpi/io-all/io-all.tesh
teshsuite/smpi/io-ordered/io-ordered.c
teshsuite/smpi/io-ordered/io-ordered.tesh
teshsuite/smpi/io-simple-at/io-simple-at.c
teshsuite/smpi/io-simple-at/io-simple-at.tesh
teshsuite/smpi/io-simple/io-simple.c
teshsuite/smpi/io-simple/io-simple.tesh