From 441c921189d176a21935b380b951bcebb3d6eff2 Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Fri, 6 Jan 2006 00:09:45 -0800 Subject: [PATCH] --- yaml --- r: 16289 b: refs/heads/master c: bd6a59b22fd3bd044bb14978b885bcd042a10e8e h: refs/heads/master i: 16287: 97a6b7ed60624cb864daa4155b15147e167b629d v: v3 --- [refs] | 2 +- trunk/fs/hfsplus/super.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 3314b1b0dbc5..9c7c25540793 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f155b9802bb7049cd0f216c3fe903b58620df11 +refs/heads/master: bd6a59b22fd3bd044bb14978b885bcd042a10e8e diff --git a/trunk/fs/hfsplus/super.c b/trunk/fs/hfsplus/super.c index 8093351bd7c3..6daaf7c755a6 100644 --- a/trunk/fs/hfsplus/super.c +++ b/trunk/fs/hfsplus/super.c @@ -320,7 +320,7 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent) /* temporarily use utf8 to correctly find the hidden dir below */ nls = sbi->nls; sbi->nls = load_nls("utf8"); - if (!nls) { + if (!sbi->nls) { printk("HFS+: unable to load nls for utf8\n"); err = -EINVAL; goto cleanup;