]> Git Repo - u-boot.git/commit
fs: fat: write to non-cluster-aligned root directory
authorAKASHI Takahiro <[email protected]>
Fri, 24 May 2019 05:10:35 +0000 (14:10 +0900)
committerTom Rini <[email protected]>
Tue, 28 May 2019 22:55:08 +0000 (18:55 -0400)
commita9f6706cf0ba330281ae7d6a0af65cc26ffb7d25
treea938892e7a1130432fe4ba6f4dcc264ff68525cf
parent005a804d0f3a0f0ace28a097142401ef9778e74c
fs: fat: write to non-cluster-aligned root directory

With the commit below, fat now correctly handles a file read under
a non-cluster-aligned root directory of fat12/16.
Write operation should be fixed in the same manner.

Fixes: commit 9b18358dc05d ("fs: fat: fix reading non-cluster-aligned
       root directory")
Signed-off-by: AKASHI Takahiro <[email protected]>
Cc: Anssi Hannula <[email protected]>
Tested-by: Heinrich Schuchardt <[email protected]>
fs/fat/fat_write.c
This page took 0.027572 seconds and 4 git commands to generate.