Loading fs/fat/namei_vfat.c +3 −3 Original line number Diff line number Diff line Loading @@ -652,8 +652,8 @@ static int vfat_build_slots(struct inode *dir, const unsigned char *name, return err; } static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, int cluster, struct timespec *ts, static int vfat_add_entry(struct inode *dir, const struct qstr *qname, int is_dir, int cluster, struct timespec *ts, struct fat_slot_info *sinfo) { struct msdos_dir_slot *slots; Loading Loading @@ -688,7 +688,7 @@ static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, return err; } static int vfat_find(struct inode *dir, struct qstr *qname, static int vfat_find(struct inode *dir, const struct qstr *qname, struct fat_slot_info *sinfo) { unsigned int len = vfat_striptail_len(qname); Loading Loading
fs/fat/namei_vfat.c +3 −3 Original line number Diff line number Diff line Loading @@ -652,8 +652,8 @@ static int vfat_build_slots(struct inode *dir, const unsigned char *name, return err; } static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, int cluster, struct timespec *ts, static int vfat_add_entry(struct inode *dir, const struct qstr *qname, int is_dir, int cluster, struct timespec *ts, struct fat_slot_info *sinfo) { struct msdos_dir_slot *slots; Loading Loading @@ -688,7 +688,7 @@ static int vfat_add_entry(struct inode *dir, struct qstr *qname, int is_dir, return err; } static int vfat_find(struct inode *dir, struct qstr *qname, static int vfat_find(struct inode *dir, const struct qstr *qname, struct fat_slot_info *sinfo) { unsigned int len = vfat_striptail_len(qname); Loading