commit | f8240ce95d64dbe3a1eb6d5001ba23107c7e7cfe | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Sep 11 15:59:14 2018 +0900 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:30 2018 +0200 |
tree | 52baacf53a486ac302d6f26eca8b222b3b8a06ea | |
parent | e2519daf5cef63c19ed16ead74e3525f951c24e0 [diff] |
fs: fat: support unlink In this patch, unlink support is added to FAT file system. A directory can be deleted only if it is empty. In this implementation, only a directory entry for a short file name will be removed. So entries for a long file name can and should be reclaimed with fsck. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>