commit | 6aa7769bb05204616328088b93d72505c827de62 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Sep 11 15:59:03 2018 +0900 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:29 2018 +0200 |
tree | 85a676274bf200a1ce8838d8f73bd4863b9af391 | |
parent | c83df1ad8a0c83fb2418c95a8888dba9c108be63 [diff] |
fs: fat: write returns error code instead of -1 It would be good that FAT write function return error code instead of just returning -1 as fat_read_file() does. This patch attempts to address this issue although it is 'best effort (or estimate)' for now. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>