commit | a27b2923de7efaa1da1e243fb80ff0fa432e4be0 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Oct 05 18:10:37 2022 +0200 |
committer | Jan Kara <jack@suse.cz> | Mon Jan 09 10:39:51 2023 +0100 |
tree | 7b27d659a629dcbfd999a7a75a92915fd86b5ed6 | |
parent | 57bda9fb169d689bff4108265a897d324b5fb8c3 [diff] |
udf: Move udf_expand_dir_adinicb() to its callsite 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>