diff options
author | OGAWA Hirofumi <[email protected]> | 2022-06-10 09:57:19 +0200 |
---|---|---|
committer | akpm <[email protected]> | 2022-06-16 19:58:22 -0700 |
commit | 204d03203a145b443cd8676dc12dbb47e1a3751f (patch) | |
tree | 7ea1da687e7636bdca0c7b6adcd8a0cd5bc5586a /scripts/gdb/linux/mm.py | |
parent | 019a0c9e377c9f7bd477a0742706d93cdddaee4d (diff) |
fat: factor out reusable code in vfat_rename() as helper functions
The vfat_rename() function is quite big and there are code blocks that can
be moved into helper functions. This not only simplify the implementation
of that function but also allows these helpers to be reused.
For example, the helpers can be used by the handler of the RENAME_EXCHANGE
flag once this is implemented in a subsequent patch.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: OGAWA Hirofumi <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Acked-by: OGAWA Hirofumi <[email protected]>
Cc: Alexander Larsson <[email protected]>
Cc: Christian Kellner <[email protected]>
Cc: Chung-Chiang Cheng <[email protected]>
Cc: Colin Walters <[email protected]>
Cc: Lennart Poettering <[email protected]>
Cc: Muhammad Usama Anjum <[email protected]>
Cc: Peter Jones <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/mm.py')
0 files changed, 0 insertions, 0 deletions