Loading fs/exfat/dir.c +2 −2 Original line number Diff line number Diff line Loading @@ -656,7 +656,7 @@ static int exfat_walk_fat_chain(struct super_block *sb, return 0; } int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, int entry, sector_t *sector, int *offset) { int ret; Loading fs/exfat/exfat_fs.h +0 −2 Original line number Diff line number Diff line Loading @@ -459,8 +459,6 @@ int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, int num_entries, unsigned int type, struct exfat_hint *hint_opt); int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu); int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, int entry, sector_t *sector, int *offset); struct exfat_dentry *exfat_get_dentry(struct super_block *sb, struct exfat_chain *p_dir, int entry, struct buffer_head **bh, sector_t *sector); Loading Loading
fs/exfat/dir.c +2 −2 Original line number Diff line number Diff line Loading @@ -656,7 +656,7 @@ static int exfat_walk_fat_chain(struct super_block *sb, return 0; } int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, static int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, int entry, sector_t *sector, int *offset) { int ret; Loading
fs/exfat/exfat_fs.h +0 −2 Original line number Diff line number Diff line Loading @@ -459,8 +459,6 @@ int exfat_find_dir_entry(struct super_block *sb, struct exfat_inode_info *ei, struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname, int num_entries, unsigned int type, struct exfat_hint *hint_opt); int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu); int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir, int entry, sector_t *sector, int *offset); struct exfat_dentry *exfat_get_dentry(struct super_block *sb, struct exfat_chain *p_dir, int entry, struct buffer_head **bh, sector_t *sector); Loading