X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fhfs%2Ftrans.c;h=39f5e343bf4d487a74787e3a68c137c626bc24a1;hb=cc9b94029e9ef51787af908e9856b1eed314bc00;hp=b1ce4c7ad3fb4f33e12ff4c8e320368b851e52c8;hpb=eaed435a7b870a38d89dbdb535c7842d618d3214;p=karo-tx-linux.git diff --git a/fs/hfs/trans.c b/fs/hfs/trans.c index b1ce4c7ad3fb..39f5e343bf4d 100644 --- a/fs/hfs/trans.c +++ b/fs/hfs/trans.c @@ -94,7 +94,7 @@ out: * This routine is a inverse to hfs_mac2triv(). * A ':' is replaced by a '/'. */ -void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, struct qstr *in) +void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) { struct nls_table *nls_disk = HFS_SB(sb)->nls_disk; struct nls_table *nls_io = HFS_SB(sb)->nls_io;