]> Git Repo - J-u-boot.git/commit
fs: fat: support mkdir
authorAKASHI Takahiro <[email protected]>
Tue, 11 Sep 2018 06:59:10 +0000 (15:59 +0900)
committerAlexander Graf <[email protected]>
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 <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
fs/fat/fat_write.c
fs/fs.c
include/fat.h
This page took 0.034853 seconds and 4 git commands to generate.