You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
f2fs: reuse find_in_block code for find_in_inline_dir
This patch removes redundant copied code in find_in_inline_dir. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
+2
-1
@@ -1243,8 +1243,9 @@ struct dentry *f2fs_get_parent(struct dentry *child);
|
||||
* dir.c
|
||||
*/
|
||||
extern unsigned char f2fs_filetype_table[F2FS_FT_MAX];
|
||||
bool early_match_name(size_t, f2fs_hash_t, struct f2fs_dir_entry *);
|
||||
void set_de_type(struct f2fs_dir_entry *, struct inode *);
|
||||
struct f2fs_dir_entry *find_target_dentry(struct qstr *, int *, const void *,
|
||||
struct f2fs_dir_entry *, __u8 (*)[F2FS_SLOT_LEN]);
|
||||
struct page *init_inode_metadata(struct inode *, struct inode *,
|
||||
const struct qstr *);
|
||||
void update_parent_metadata(struct inode *, struct inode *, unsigned int);
|
||||
|
||||
Reference in New Issue
Block a user