]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
udf: Move udf_expand_dir_adinicb() to its callsite
authorJan Kara <jack@suse.cz>
Thu, 17 Oct 2024 20:19:45 +0000 (17:19 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Oct 2024 13:40:37 +0000 (15:40 +0200)
commit7add383ba57d060faf3aeab8a6ed36a59573a59d
tree14b746c7c75d75b777fc310b1451de1fc7180260
parent311192441cc8c61086b8330e56104b1c2d3030f5
udf: Move udf_expand_dir_adinicb() to its callsite

[ Upstream commit a27b2923de7efaa1da1e243fb80ff0fa432e4be0 ]

There is just one caller of udf_expand_dir_adinicb(). Move the function
to its caller into namei.c as it is more about directory handling than
anything else anyway.

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/inode.c
fs/udf/namei.c
fs/udf/udfdecl.h