fs: fat: support mkdir
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 11 Sep 2018 06:59:10 +0000 (15:59 +0900)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commit31a18d570d968a01582bea900002a86d1c9e17e6
treea10c75272c51eb388196f79bb70e4cbb8943000b
parent3a10e07234e5f545ca70088e99f27d6098201449
fs: fat: support mkdir

In this patch, mkdir support is added to FAT file system.
A newly created directory contains only "." and ".." entries.

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