]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/hfs/trans.c
nvme-fabrics: fix reporting of unrecognized options
[karo-tx-linux.git] / fs / hfs / trans.c
index b1ce4c7ad3fb4f33e12ff4c8e320368b851e52c8..39f5e343bf4d487a74787e3a68c137c626bc24a1 100644 (file)
@@ -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;