]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
udf: Provide function to mark entry as deleted using new directory iteration code
authorJan Kara <jack@suse.cz>
Thu, 17 Oct 2024 20:19:47 +0000 (17:19 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Oct 2024 13:40:37 +0000 (15:40 +0200)
commite6355892ca87cb1e5e3a312fb34478eb042c476d
treedd96f0f698c66a73bc8344e433cbabec76ccc29c
parenta48e84cc50e6aa602db22248e52ef2a37e16bde7
udf: Provide function to mark entry as deleted using new directory iteration code

[ Upstream commit 4cca7e3df7bea8661a0c2a70c0d250e9aa5cedb4 ]

Provide function udf_fiiter_delete_entry() to mark directory entry as
deleted using new directory iteration code.

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/udf/namei.c