fs: fat: refactor write interface for a file offset
The current write implementation is quite simple: remove existing clusters and then allocating new ones and filling them with data. This, inevitably, enforces always writing from the beginning of a file. As the first step to lift this restriction, fat_file_write() and set_contents() are modified to accept an additional parameter, file offset and further re-factored so that, in the next patch, all the necessary code will be put into set_contents(). Signed-off-by:AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by:
Alexander Graf <agraf@suse.de>
Loading
Please register or sign in to comment