]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: fat: extend get_fs_info() for write use
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 11 Sep 2018 06:58:58 +0000 (15:58 +0900)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:29 +0000 (21:55 +0200)
commitf23101f9513064efa716a132b114b2c2748b7823
tree1e697caeeec9755a86e1894c3cb4f5cf3a49e536
parent14d103bb272ef6aa31cd89f3ec9620ff4bd7ed42
fs: fat: extend get_fs_info() for write use

get_fs_info() was introduced in major re-work of read operation by Rob.
We want to reuse this function in write operation by extending it with
additional members in fsdata structure.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
fs/fat/fat.c
include/fat.h