]> git.baikalelectronics.ru Git - uboot.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)
commit31eb9b9a511638ba43a638ac81cbd89e7a3cadd4
tree1e697caeeec9755a86e1894c3cb4f5cf3a49e536
parent60a372445e0d9df2d200dd0edd722b3e60fe0711
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