summaryrefslogtreecommitdiff
path: root/fs/f2fs/f2fs.h
diff options
context:
space:
mode:
authorWeizhao Ouyang <o451686892@gmail.com>2023-04-04 11:28:44 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2023-04-10 10:58:45 -0700
commit0c9f4521958ff52b74967c8a39a8b5747ba8df41 (patch)
tree034a07dd8bc6b54266f80751e9248ca51ab90132 /fs/f2fs/f2fs.h
parent3094e5579b4d5d8343fdb05e9a3a35cc85a14c1c (diff)
f2fs: use common implementation of file type
Use common implementation of file type conversion helpers. Signed-off-by: Weizhao Ouyang <o451686892@gmail.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/f2fs.h')
-rw-r--r--fs/f2fs/f2fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index c2516e3273ad..5b9993219087 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -3474,7 +3474,6 @@ int f2fs_get_tmpfile(struct mnt_idmap *idmap, struct inode *dir,
/*
* dir.c
*/
-unsigned char f2fs_get_de_type(struct f2fs_dir_entry *de);
int f2fs_init_casefolded_name(const struct inode *dir,
struct f2fs_filename *fname);
int f2fs_setup_filename(struct inode *dir, const struct qstr *iname,