commit | d98c67461097f09e15c545acd794cfb62c749c0e | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri May 24 14:10:35 2019 +0900 |
committer | Tom Rini <trini@konsulko.com> | Tue May 28 18:55:08 2019 -0400 |
tree | a938892e7a1130432fe4ba6f4dcc264ff68525cf | |
parent | 48ced29b5f614507bf50820dfc2a27bccddd959f [diff] |
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 <takahiro.akashi@linaro.org> Cc: Anssi Hannula <anssi.hannula@bitwise.fi> Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>