X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fhfsplus%2Foptions.c;h=9997cbf8beb50ece6abfa28dc18f3223037eab01;hb=1df5a8d004f64b1aa3fb93e0556886ba00ebc979;hp=dc64fac008315092a6d878e5df8634735ea3bbb8;hpb=536ea4e4198eeaa5a73fb734ea675e621609bb7e;p=linux-2.6 diff --git a/fs/hfsplus/options.c b/fs/hfsplus/options.c index dc64fac008..9997cbf8be 100644 --- a/fs/hfsplus/options.c +++ b/fs/hfsplus/options.c @@ -132,7 +132,8 @@ int hfsplus_parse_options(char *input, struct hfsplus_sb_info *sbi) return 0; } p = match_strdup(&args[0]); - sbi->nls = load_nls(p); + if (p) + sbi->nls = load_nls(p); if (!sbi->nls) { printk(KERN_ERR "hfs: unable to load nls mapping \"%s\"\n", p); kfree(p);