diff options
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index d6660f7e42f4..3c9c794ede53 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -124,7 +124,7 @@ cifs_read_super(struct super_block *sb) | |||
124 | goto out_no_root; | 124 | goto out_no_root; |
125 | } | 125 | } |
126 | 126 | ||
127 | /* do that *after* d_alloc_root() - we want NULL ->d_op for root here */ | 127 | /* do that *after* d_make_root() - we want NULL ->d_op for root here */ |
128 | if (cifs_sb_master_tcon(cifs_sb)->nocase) | 128 | if (cifs_sb_master_tcon(cifs_sb)->nocase) |
129 | sb->s_d_op = &cifs_ci_dentry_ops; | 129 | sb->s_d_op = &cifs_ci_dentry_ops; |
130 | else | 130 | else |