···141141static int vfat_cmpi(const struct dentry *parent, const struct dentry *dentry,142142 unsigned int len, const char *str, const struct qstr *name)143143{144144- struct nls_table *t = MSDOS_SB(parent->d_sb)->nls_io;144144+ struct nls_table *t = MSDOS_SB(dentry->d_sb)->nls_io;145145 unsigned int alen, blen;146146147147 /* A filename cannot end in '.' or we treat it like it has none */