diff options
author | Weizhao Ouyang <o451686892@gmail.com> | 2023-04-04 05:28:44 +0200 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2023-04-10 19:58:45 +0200 |
commit | 0c9f4521958ff52b74967c8a39a8b5747ba8df41 (patch) | |
tree | 034a07dd8bc6b54266f80751e9248ca51ab90132 /fs/f2fs/f2fs.h | |
parent | f2fs: merge lz4hc_compress_pages() to lz4_compress_pages() (diff) | |
download | linux-0c9f4521958ff52b74967c8a39a8b5747ba8df41.tar.xz linux-0c9f4521958ff52b74967c8a39a8b5747ba8df41.zip |
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.h | 1 |
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, |