Skip to content

Commit ea4b574

Browse files
Sedat Dilekpiastry
Sedat Dilek
authored andcommitted
cifs: Fix comment as d_alloc_root() is replaced by d_make_root()
For more details see <file: Documentation/filesystems/porting>. Signed-off-by: Sedat Dilek <[email protected]> Signed-off-by: Steve French <[email protected]>
1 parent 1080ef7 commit ea4b574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/cifs/cifsfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ cifs_read_super(struct super_block *sb)
124124
goto out_no_root;
125125
}
126126

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 */
128128
if (cifs_sb_master_tcon(cifs_sb)->nocase)
129129
sb->s_d_op = &cifs_ci_dentry_ops;
130130
else

0 commit comments

Comments
 (0)