commit | 00cf076f9cfa13bf3eb54516fafef06e96aa9ebc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Nov 24 21:04:07 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:58 2020 +0100 |
tree | 36f5e0411cab19ffdfeb13e4cd221cc3cef49f42 | |
parent | 025601763273659c51701a14babe2fed3469d867 [diff] |
fs: fat: correct first cluster for '..' The FAT specification [1] requires that for a '..' directory entry pointing to the root directory the fields DIR_FstClusHi and DIR_FstClusLo are 0. [1] Microsoft FAT Specification, Microsoft Corporation, August 30 2005 Fixes: 31a18d570d96 ("fs: fat: support mkdir") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>