Loading fs/f2fs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ static unsigned int bucket_blocks(unsigned int level) return 4; } unsigned char f2fs_filetype_table[F2FS_FT_MAX] = { static unsigned char f2fs_filetype_table[F2FS_FT_MAX] = { [F2FS_FT_UNKNOWN] = DT_UNKNOWN, [F2FS_FT_REG_FILE] = DT_REG, [F2FS_FT_DIR] = DT_DIR, Loading fs/f2fs/f2fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -1926,7 +1926,6 @@ struct dentry *f2fs_get_parent(struct dentry *child); /* * dir.c */ extern unsigned char f2fs_filetype_table[F2FS_FT_MAX]; void set_de_type(struct f2fs_dir_entry *, umode_t); unsigned char get_de_type(struct f2fs_dir_entry *); struct f2fs_dir_entry *find_target_dentry(struct fscrypt_name *, Loading Loading
fs/f2fs/dir.c +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ static unsigned int bucket_blocks(unsigned int level) return 4; } unsigned char f2fs_filetype_table[F2FS_FT_MAX] = { static unsigned char f2fs_filetype_table[F2FS_FT_MAX] = { [F2FS_FT_UNKNOWN] = DT_UNKNOWN, [F2FS_FT_REG_FILE] = DT_REG, [F2FS_FT_DIR] = DT_DIR, Loading
fs/f2fs/f2fs.h +0 −1 Original line number Diff line number Diff line Loading @@ -1926,7 +1926,6 @@ struct dentry *f2fs_get_parent(struct dentry *child); /* * dir.c */ extern unsigned char f2fs_filetype_table[F2FS_FT_MAX]; void set_de_type(struct f2fs_dir_entry *, umode_t); unsigned char get_de_type(struct f2fs_dir_entry *); struct f2fs_dir_entry *find_target_dentry(struct fscrypt_name *, Loading