]> git.baikalelectronics.ru Git - uboot.git/commit
fs: fat: dentry iterator for fill_dir_slot()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Nov 2020 18:24:46 +0000 (19:24 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:14:59 +0000 (09:14 +0100)
commit1bb15c585d0219efcf89f8e03415ff50b3e72e4e
treecd233a51ee5a0cae5c6d2669155514fc2f7086db
parent743e0a2f1c8ce50da87164c076c5c228f87ad883
fs: fat: dentry iterator for fill_dir_slot()

For reusing deleted directory entries we have to adjust the function called
to step to the next directory entry.

This patch alone is not enough to actually reuse deleted directory entries
as the fill_dir_slot() is still called with first never used directory
entry.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat_write.c