diff options
Diffstat (limited to 'fs/hfsplus/super.c')
| -rw-r--r-- | fs/hfsplus/super.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 182e83a9079..ddf712e4700 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -419,7 +419,7 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)  		err = -ENOMEM;  		goto cleanup;  	} -	sb->s_root->d_op = &hfsplus_dentry_operations; +	d_set_d_op(sb->s_root, &hfsplus_dentry_operations);  	str.len = sizeof(HFSP_HIDDENDIR_NAME) - 1;  	str.name = HFSP_HIDDENDIR_NAME;  |