fs: fat: factor out dentry link create/delete
authorGabriel Dalimonte <gabriel.dalimonte@gmail.com>
Mon, 17 Feb 2025 18:26:42 +0000 (13:26 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 7 Mar 2025 17:50:22 +0000 (11:50 -0600)
commit1742b8484e797c56c720c24fa7b923a6d7275cc6
tree9ce721f966863a03c46d898790de329b431b8476
parent5c33fb028865bdc490aa0db2980987149786b00f
fs: fat: factor out dentry link create/delete

The create_link() code was previously duplicated in two existing functions.
The two functions will be used in a future commit to achieve renaming.

Signed-off-by: Gabriel Dalimonte <gabriel.dalimonte@gmail.com>
fs/fat/fat_write.c